From ea21a47ec0038f954c05aab4f2c5026690a31456 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Mon, 10 Aug 2020 12:33:52 +0100 Subject: ~clean up flyspell issues --- Emacs/.config/emacs/config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Emacs/.config/emacs') 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 -- cgit v1.2.3-13-gbd6f