diff --git a/.config/emacs/config.org b/.config/emacs/config.org index 2bacdb9..40a5478 100644 --- a/.config/emacs/config.org +++ b/.config/emacs/config.org @@ -596,6 +596,7 @@ Give Flyspell a selection menu. #+BEGIN_SRC emacs-lisp (use-package flyspell-correct :after flyspell + :demand :hook (org-mode . flyspell-mode) :config (setq flyspell-issue-message-flag nil)