diff --git a/modules/tools/flyspell/config.el b/modules/tools/flyspell/config.el index ef36a7271..3636d8c0c 100644 --- a/modules/tools/flyspell/config.el +++ b/modules/tools/flyspell/config.el @@ -3,6 +3,8 @@ ;; ;;; Packages +(defvar ispell-dictionary "en_US") + (after! ispell (add-to-list 'ispell-extra-args "--dont-tex-check-comments")