summaryrefslogtreecommitdiff
path: root/emacs/init.el
diff options
context:
space:
mode:
authorThomas Ulmer <thomas.ulmer@redflagai.co>2025-06-12 15:58:12 -0700
committerThomas Ulmer <thomas.ulmer@redflagai.co>2025-06-12 15:58:12 -0700
commit77f375906179aa265ce53d130961348e13f6114d (patch)
treead6ee9ba20dd07005aae45b9811f5b77b4e22c5e /emacs/init.el
parentcad396f6063111e4ba4b1054b8d4899bba12983b (diff)
compatibility changes for older emacs
Diffstat (limited to 'emacs/init.el')
-rw-r--r--emacs/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el
index b5312c9..c60c7b0 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -909,6 +909,7 @@ BEG and END define the region."
(setq async-shell-command-buffer 'new-buffer))
(use-package ispell ; spellchecker
+ :demand t
:custom
(ispell-personal-dictionary "/home/tmu/.aspell.en.pws")
:hook