summaryrefslogtreecommitdiff
path: root/emacs-init.org
diff options
context:
space:
mode:
Diffstat (limited to 'emacs-init.org')
-rw-r--r--emacs-init.org5
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