From 7c2c6ec0699f23e3a1f65af016978ad5bb5656be Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Mon, 15 Jul 2024 22:53:37 -0500 Subject: [PATCH] adding clear --- README.org | 1 + init.el | 1 + 2 files changed, 2 insertions(+) diff --git a/README.org b/README.org index e7463138..44dd8134 100644 --- a/README.org +++ b/README.org @@ -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 "" 'eshell-previous-input)) #+end_src diff --git a/init.el b/init.el index f7ca73d5..2d7c4d84 100644 --- a/init.el +++ b/init.el @@ -3376,6 +3376,7 @@ targets." "be" 'eshell) (general-def '(normal insert) eshell-mode-map "C-d" 'kill-buffer-and-window + "C-l" 'eshell/clear "" 'eshell-previous-input)) (use-package eat