Update readme and add some better customisation variables

This commit is contained in:
BirDt_ 2025-08-21 17:03:00 +08:00
parent 8592cb0134
commit 12492937d3
5 changed files with 106 additions and 7 deletions

View file

@ -22,7 +22,13 @@
;;; Code:
(when (not (equal system-type 'windows-nt))
(defcustom theurgy-enable-vterm-windows nil
"Whether `vterm' should be enabled on Windows sytems."
:type 'boolean
:group 'theurgy
:group 'theurgy-compat)
(when (or (not (equal system-type 'windows-nt)) theurgy-enable-vterm-windows)
(use-package vterm
:ensure t))