switched back to helm-flyspell
This commit is contained in:
parent
81dd1e7f35
commit
d3b17e6079
6
conf.org
6
conf.org
|
@ -534,7 +534,11 @@ Alot of languages at least semi-adhere to the 80-characters-per-line rule. =fci-
|
||||||
*** spell checking
|
*** spell checking
|
||||||
I use the built-in =flyspell-mode= to handle spellchecking. Obviously I am going to use =helm= when I spellcheck something.
|
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
|
#+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
|
:straight t
|
||||||
:after (helm flyspell))
|
:after (helm flyspell))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
Loading…
Reference in New Issue