From 507c1945a8544e037dded1dcfc0605746235adbe Mon Sep 17 00:00:00 2001 From: Riyyi Date: Fri, 13 Aug 2021 15:48:32 +0200 Subject: [PATCH] Emacs: Load flyspell-correct on startup --- .config/emacs/config.org | 1 + 1 file changed, 1 insertion(+) 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)