system changes
This commit is contained in:
parent
126432e62e
commit
0b2d102b8f
1 changed files with 12 additions and 0 deletions
|
@ -308,6 +308,18 @@ Install and configure =vterm= as a terminal emulator in Emacs.
|
|||
("C-c v" . vterm))
|
||||
#+end_src
|
||||
|
||||
Install and configure =eat= as a terminal emulator in Emacs.
|
||||
#+begin_src emacs-lisp
|
||||
(use-package eat
|
||||
:init
|
||||
(eat-compile-terminfo)
|
||||
(setopt eat-kill-buffer-on-exit t)
|
||||
:hook
|
||||
(eat-mode . (lambda () (display-line-numbers-mode -1)))
|
||||
:bind
|
||||
("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.
|
||||
#+begin_src emacs-lisp
|
||||
(use-package corfu
|
||||
|
|
Loading…
Add table
Reference in a new issue