mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
ispell-dictionary = en_US
Set a default so we at least don't get stringp errors on startup.
This commit is contained in:
@ -3,6 +3,8 @@
|
|||||||
;;
|
;;
|
||||||
;;; Packages
|
;;; Packages
|
||||||
|
|
||||||
|
(defvar ispell-dictionary "en_US")
|
||||||
|
|
||||||
(after! ispell
|
(after! ispell
|
||||||
(add-to-list 'ispell-extra-args "--dont-tex-check-comments")
|
(add-to-list 'ispell-extra-args "--dont-tex-check-comments")
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user