mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-26 16:41:04 -05:00
tools/vterm: minor refactor
Don't end warnings in punctuation, and throw error if modules support is missing.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
(def-package! vterm
|
||||
:when (fboundp 'module-load)
|
||||
:defer t
|
||||
:init (setq vterm-install t)
|
||||
:preface (setq vterm-install t)
|
||||
:config
|
||||
(set-env! "SHELL")
|
||||
(set-popup-rule! "^vterm" :size 0.25 :vslot -4 :select t :quit nil :ttl 0)
|
||||
|
Reference in New Issue
Block a user