Merge pull request #3137 from CeleritasCelery/spell
Wrap flyspell-correct-at-point in feature check
This commit is contained in:
commit
470fe21098
2 changed files with 1 additions and 1 deletions
|
@ -87,6 +87,7 @@ e.g. proselint and langtool."
|
|||
|
||||
(use-package! flyspell-correct
|
||||
:commands flyspell-correct-at-point flyspell-correct-previous
|
||||
:general ([remap ispell-word] #'flyspell-correct-at-point)
|
||||
:config
|
||||
(cond ((and (featurep! :completion helm)
|
||||
(require 'flyspell-correct-helm nil t)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue