summaryrefslogtreecommitdiff
path: root/.config/emacs/modules/bd--shells.el
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-04-13 14:31:04 -0400
committerbd <bdunahu@operationnull.com>2025-04-13 14:31:04 -0400
commite6723ca07fe6dc7e790f75ec9b9963127a5e6c17 (patch)
tree7f1179f1474a71cef2bf4f86a751fc13c5991e38 /.config/emacs/modules/bd--shells.el
parent389e11c692044d1cc5482fc82cb2d5ef89054b7b (diff)
Remove icecat
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."