diff options
| -rw-r--r-- | Emacs/.config/emacs/config.org | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org index 2b0e1e7..be8b76c 100644 --- a/Emacs/.config/emacs/config.org +++ b/Emacs/.config/emacs/config.org @@ -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.  #+BEGIN_SRC emacs-lisp  (use-package flyspell -  :hook (text-mode . flyspell-mode) +  :hook (text-mode . flyspell-mode))  #+END_SRC  As I use ivy I'd like the flyspell correct interface (which allow for  | 
