Emacs: Load flyspell-correct on startup
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user