summaryrefslogtreecommitdiff
path: root/.config/emacs/modules/bd--shells.el
diff options
context:
space:
mode:
Diffstat (limited to '.config/emacs/modules/bd--shells.el')
-rw-r--r--.config/emacs/modules/bd--shells.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/.config/emacs/modules/bd--shells.el b/.config/emacs/modules/bd--shells.el
index 2bbf403..6fff9e6 100644
--- a/.config/emacs/modules/bd--shells.el
+++ b/.config/emacs/modules/bd--shells.el
@@ -86,8 +86,7 @@ allowed."
(use-package eshell
:bind
(:map eshell-mode-map
- ("<tab>" . #'completion-at-point)
- ("C-l" . #'eshell/clear))
+ ("<tab>" . #'completion-at-point))
:config
(defun eshell/clear (&optional scrollback)
"Clear the eshell buffer and output the banner message."