Browse Source

Fix typo in eshell settings

pull/5/head
10sr 9 years ago
parent
commit
00f14a4ec4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el View File

@@ -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…
Cancel
Save