~clean up flyspell issues

This commit is contained in:
2020-08-10 12:33:52 +01:00
parent c867e155f9
commit ea21a47ec0

View File

@@ -783,7 +783,7 @@ software, but I also need it in commit messages and so on. So
flyspell-mode should be hooked to text-mode. flyspell-mode should be hooked to text-mode.
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(use-package flyspell (use-package flyspell
:hook (text-mode . flyspell-mode) :hook (text-mode . flyspell-mode))
#+END_SRC #+END_SRC
As I use ivy I'd like the flyspell correct interface (which allow for As I use ivy I'd like the flyspell correct interface (which allow for