ispell-dictionary = en_US

Set a default so we at least don't get stringp errors on startup.
This commit is contained in:
Henrik Lissner 2020-01-02 21:10:38 -05:00
parent 7f654f1566
commit 10f7c9fbcc
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -3,6 +3,8 @@
;;
;;; Packages
(defvar ispell-dictionary "en_US")
(after! ispell
(add-to-list 'ispell-extra-args "--dont-tex-check-comments")