From 0b2d102b8f0021db83a83fa999021c3119ea79c5 Mon Sep 17 00:00:00 2001 From: jjanzen Date: Sun, 9 Mar 2025 19:50:11 -0500 Subject: system changes --- common/.config/emacs/init.el.org | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'common/.config/emacs') diff --git a/common/.config/emacs/init.el.org b/common/.config/emacs/init.el.org index 9cf4987..ffdd687 100644 --- a/common/.config/emacs/init.el.org +++ b/common/.config/emacs/init.el.org @@ -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 -- cgit v1.2.3