docs(emacs): better configuration for vterm

This commit is contained in:
Lucien Cartier-Tilet 2024-06-20 18:41:16 +02:00
parent 4759bf48d0
commit 9d8c985588
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA

View File

@ -1604,9 +1604,10 @@ an interrupt signal.
#+begin_src emacs-lisp #+begin_src emacs-lisp
(use-package vterm (use-package vterm
:defer t :defer t
:straight t :straight (:build t)
:config :config
(setq vterm-shell "/usr/bin/fish")) (setq vterm-shell "/usr/bin/fish"
vterm-always-compile-module t))
#+end_src #+end_src
One annoying think with vterm is it only can create one buffer, you One annoying think with vterm is it only can create one buffer, you