adding clear

This commit is contained in:
Chris Cochrun 2024-07-15 22:53:37 -05:00
parent 85e86c8d12
commit 7c2c6ec069
2 changed files with 2 additions and 0 deletions

View file

@ -4577,6 +4577,7 @@ Let's add our own eshell prompt. and set the password cache to a significantly h
"be" 'eshell)
(general-def '(normal insert) eshell-mode-map
"C-d" 'kill-buffer-and-window
"C-l" 'eshell/clear
"<up>" 'eshell-previous-input))
#+end_src

View file

@ -3376,6 +3376,7 @@ targets."
"be" 'eshell)
(general-def '(normal insert) eshell-mode-map
"C-d" 'kill-buffer-and-window
"C-l" 'eshell/clear
"<up>" 'eshell-previous-input))
(use-package eat