From 77f375906179aa265ce53d130961348e13f6114d Mon Sep 17 00:00:00 2001 From: Thomas Ulmer Date: Thu, 12 Jun 2025 15:58:12 -0700 Subject: compatibility changes for older emacs --- emacs/init.el | 1 + 1 file changed, 1 insertion(+) (limited to 'emacs/init.el') 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 -- cgit v1.2.3