tools/vterm: minor refactor
Don't end warnings in punctuation, and throw error if modules support is missing.
This commit is contained in:
parent
bd6233518b
commit
fa98551d19
3 changed files with 8 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue