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

@ -34,6 +34,12 @@
;; Enable narrowing
(put 'narrow-to-region 'disabled nil)
(defcustom theurgy-hunspell-dict "en_AU.dict"
"The dictionary file to provide to hunspell."
:type 'string
:group 'theurgy
:group 'theurgy-writing)
;;; Spell Checking
;; Use hunspell if available
(if (file-exists-p "/usr/bin/hunspell")