system changes

This commit is contained in:
jjanzen 2025-03-09 20:09:12 -05:00
parent 79484296c8
commit 3ba637dcf7

View file

@ -311,7 +311,7 @@ Install and configure =eat= as a terminal emulator in Emacs.
(eat-mode . (lambda () (display-line-numbers-mode -1)))
(eshell-mode . (lambda () (display-line-numbers-mode -1)))
:bind
("C-c v" . eshell))
("C-c v" . eat))
#+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.