[Emacs] Use fish in vterm

This commit is contained in:
Lucien Cartier-Tilet 2021-06-09 17:35:49 +02:00
parent 753cbe878a
commit 3b95999636
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 3 additions and 1 deletions

View File

@ -1169,7 +1169,9 @@ buffer.
#+begin_src emacs-lisp
(use-package vterm
:defer t
:straight t)
:straight t
:config
(setq vterm-shell "/usr/bin/fish"))
#+end_src
*** XWidgets Webkit Browser