switched back to helm-flyspell

This commit is contained in:
ndwarshuis 2019-04-12 10:45:09 -04:00
parent 81dd1e7f35
commit d3b17e6079
1 changed files with 5 additions and 1 deletions

View File

@ -534,7 +534,11 @@ Alot of languages at least semi-adhere to the 80-characters-per-line rule. =fci-
*** spell checking
I use the built-in =flyspell-mode= to handle spellchecking. Obviously I am going to use =helm= when I spellcheck something.
#+BEGIN_SRC emacs-lisp
(use-package flyspell-correct-helm
;; (use-package flyspell-correct-helm
;; :straight flyspell-correct
;; :after (helm flyspell))
(use-package helm-flyspell
:straight t
:after (helm flyspell))
#+END_SRC