diff options
author | fpi | 2021-02-23 10:10:50 +0100 |
---|---|---|
committer | fpi | 2022-03-17 14:37:57 +0100 |
commit | c59024357406d9d8e2a4d3d0e75a55f0fe018028 (patch) | |
tree | f0b4f0f1e0b447c02584a0e5d0e518bd35397f24 | |
parent | Strip some meta information from deft results (diff) |
Add vterm
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 |