docs(emacs): better configuration for vterm
This commit is contained in:
parent
4759bf48d0
commit
9d8c985588
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user