Give vterm the same treatment
This commit is contained in:
parent
80acc2c9e9
commit
e0d74ff566
1 changed files with 2 additions and 2 deletions
|
|
@ -24,13 +24,13 @@
|
||||||
|
|
||||||
(require 'transient)
|
(require 'transient)
|
||||||
|
|
||||||
(defcustom theurgy-enable-vterm-windows nil
|
(defcustom theurgy-enable-vterm-windows (equal system-type 'gnu/linux)
|
||||||
"Whether `vterm' should be enabled on Windows sytems."
|
"Whether `vterm' should be enabled on Windows sytems."
|
||||||
:type 'boolean
|
:type 'boolean
|
||||||
:group 'theurgy
|
:group 'theurgy
|
||||||
:group 'theurgy-compat)
|
:group 'theurgy-compat)
|
||||||
|
|
||||||
(when (or (equal system-type 'gnu/linux) theurgy-enable-vterm-windows)
|
(when theurgy-enable-vterm
|
||||||
(use-package vterm
|
(use-package vterm
|
||||||
:ensure t))
|
:ensure t))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue