diff options
Diffstat (limited to '')
-rw-r--r-- | emacs-init.org | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/emacs-init.org b/emacs-init.org index 8e4a986..0fc8a7c 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -5125,6 +5125,11 @@ To open and hide a shell quickly I use =shell-pop=. :custom (shell-pop-shell-type (quote ("eshell" "*eshell*" (lambda nil (eshell)))))) #+end_src +Vterm is the emacs terminal emulator, which is closest to standard terminal emulators. +#+begin_src emacs-lisp +(use-package vterm + :straight t) +#+end_src ** Grep #+begin_src emacs-lisp (use-package grep |