Autoload vterm and vterm-mode

This commit is contained in:
Henrik Lissner 2020-03-04 17:17:47 -05:00
parent 532a31f4fe
commit 535a0e753c
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -2,7 +2,7 @@
(use-package! vterm
:when (boundp 'module-file-suffix)
:defer t
:commands (vterm vterm-mode)
:preface (setq vterm-install t)
:config
(set-popup-rule! "^vterm" :size 0.25 :vslot -4 :select t :quit nil :ttl 0)