diff options
Diffstat (limited to 'common/.config')
-rw-r--r-- | common/.config/emacs/init.el.org | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/.config/emacs/init.el.org b/common/.config/emacs/init.el.org index d8cf12c..e72c719 100644 --- a/common/.config/emacs/init.el.org +++ b/common/.config/emacs/init.el.org @@ -325,7 +325,8 @@ Install and configure =eat= as a terminal emulator in Emacs. (eshell/alias "la" "ls -a $@*") (eshell/alias "l" "ls -F $@*"))) :bind - ("C-c v" . eshell)) + ("C-c v" . eshell) + (:map eshell-mode-map ("C-d" . eshell-delchar-or-maybe-eof))) #+end_src Use =corfu= and =vertico= for completions. =orderless= is used to allow searching in any portion of a string and =marginalia= gives descriptions of items in the list. |