From 8f4b5c68ab91f5e68d4da2cde402e9ba96bbb48b Mon Sep 17 00:00:00 2001 From: jjanzen Date: Thu, 13 Mar 2025 17:58:40 -0500 Subject: system changes --- common/.config/emacs/init.el.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- cgit v1.2.3