system changes
This commit is contained in:
parent
14d97467fa
commit
d9e951f251
1 changed files with 1 additions and 1 deletions
|
@ -333,7 +333,7 @@ Install and configure =eat= as a terminal emulator in Emacs.
|
||||||
(eshell/alias "la" "ls -a $@*")
|
(eshell/alias "la" "ls -a $@*")
|
||||||
(eshell/alias "l" "ls -F $@*")))
|
(eshell/alias "l" "ls -F $@*")))
|
||||||
:bind
|
:bind
|
||||||
("C-c v" . eat))
|
("C-c v" . eshell))
|
||||||
#+end_src
|
#+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.
|
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