浏览代码

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")


正在加载...
取消
保存