Update readme and add some better customisation variables
This commit is contained in:
parent
8592cb0134
commit
12492937d3
5 changed files with 106 additions and 7 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue