Give vterm the same treatment

This commit is contained in:
Jakub 2025-11-14 12:09:11 +08:00
parent 80acc2c9e9
commit e0d74ff566

View file

@ -24,13 +24,13 @@
(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."
:type 'boolean
:group 'theurgy
:group 'theurgy-compat)
(when (or (equal system-type 'gnu/linux) theurgy-enable-vterm-windows)
(when theurgy-enable-vterm
(use-package vterm
:ensure t))