layers/+tools/shell: vterm depends on emacs module

This commit is contained in:
Lin Sun 2022-11-19 00:00:13 +00:00 committed by Maxi Wolff
parent 5b3089fbba
commit 913962b3ed
1 changed files with 2 additions and 2 deletions

View File

@ -43,8 +43,8 @@
terminal-here
vi-tilde-fringe
window-purpose
(multi-vterm :toggle (not (spacemacs/system-is-mswindows)))
(vterm :toggle (not (spacemacs/system-is-mswindows)))))
(multi-vterm :toggle (and module-file-suffix (not (spacemacs/system-is-mswindows))))
(vterm :toggle (and module-file-suffix (not (spacemacs/system-is-mswindows))))))
(defun shell/init-comint ()