system changes
This commit is contained in:
parent
97be78ce35
commit
8f4b5c68ab
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue