mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Autoload vterm and vterm-mode
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
(use-package! vterm
|
(use-package! vterm
|
||||||
:when (boundp 'module-file-suffix)
|
:when (boundp 'module-file-suffix)
|
||||||
:defer t
|
:commands (vterm vterm-mode)
|
||||||
:preface (setq vterm-install t)
|
:preface (setq vterm-install t)
|
||||||
:config
|
:config
|
||||||
(set-popup-rule! "^vterm" :size 0.25 :vslot -4 :select t :quit nil :ttl 0)
|
(set-popup-rule! "^vterm" :size 0.25 :vslot -4 :select t :quit nil :ttl 0)
|
||||||
|
Reference in New Issue
Block a user