Emacs: Load flyspell-correct on startup

This commit is contained in:
Riyyi
2021-08-13 15:48:32 +02:00
parent 743d595ca7
commit 507c1945a8
+1
View File
@@ -596,6 +596,7 @@ Give Flyspell a selection menu.
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(use-package flyspell-correct (use-package flyspell-correct
:after flyspell :after flyspell
:demand
:hook (org-mode . flyspell-mode) :hook (org-mode . flyspell-mode)
:config :config
(setq flyspell-issue-message-flag nil) (setq flyspell-issue-message-flag nil)