ispell-dictionary = en_US
Set a default so we at least don't get stringp errors on startup.
This commit is contained in:
parent
7f654f1566
commit
10f7c9fbcc
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
|||
;;
|
||||
;;; Packages
|
||||
|
||||
(defvar ispell-dictionary "en_US")
|
||||
|
||||
(after! ispell
|
||||
(add-to-list 'ispell-extra-args "--dont-tex-check-comments")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue