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
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue