From c59024357406d9d8e2a4d3d0e75a55f0fe018028 Mon Sep 17 00:00:00 2001 From: fpi Date: Tue, 23 Feb 2021 10:10:50 +0100 Subject: Add vterm --- emacs-init.org | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'emacs-init.org') 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 -- cgit v1.2.3