Ensure that eshell keybindings work

This commit is contained in:
Jeremy Dormitzer 2020-02-12 14:24:14 -05:00
parent d65471a0e8
commit 581517465c

View File

@ -2183,8 +2183,8 @@ A function to properly clear the eshell:
(eshell-emit-prompt)
(insert input)))
(with-eval-after-load 'eshell
(general-def eshell-mode-map "C-c C-o" #'clear-eshell))
(add-hook 'eshell-mode-hook
(lambda () (general-def eshell-mode-map "C-c C-o" #'clear-eshell)))
#+END_SRC
Some aliases: