From 10f7c9fbcc77d71ffac8e5ad6133d39f09e7aa4b Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 2 Jan 2020 21:10:38 -0500 Subject: [PATCH] ispell-dictionary = en_US Set a default so we at least don't get stringp errors on startup. --- modules/tools/flyspell/config.el | 2 ++ 1 file changed, 2 insertions(+) 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")