瀏覽代碼

Fix typo in eshell settings

pull/5/head
10sr 9 年之前
父節點
當前提交
00f14a4ec4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el 查看文件

@@ -2217,7 +2217,7 @@ It looks like:
;; (interactive)
;; (eshell-goto-prompt)
;; (keyboard-quit)))
(loca-set-key (kbd "C-x t") 'eshell-text-mode-toggle)
(local-set-key (kbd "C-x t") 'eshell-text-mode-toggle)
(local-set-key (kbd "C-u") 'eshell-kill-input)
(local-set-key (kbd "C-d") 'eshell-delete-char-or-logout)
;; (define-key eshell-mode-map (kbd "C-l")


Loading…
取消
儲存