mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Merge pull request #3938 from karvus/fix-spell-add-word-for-flyspell
Fix `+spell/add-word` when using flyspell
This commit is contained in:
@ -35,7 +35,7 @@ SCOPE can be `buffer' or `session' to exclude words only from the current buffer
|
||||
or session. Otherwise, the addition is permanent."
|
||||
(interactive
|
||||
(list (progn (require 'flyspell)
|
||||
(flyspell-get-word))
|
||||
(car (flyspell-get-word)))
|
||||
(cond ((equal current-prefix-arg '(16))
|
||||
'session)
|
||||
((equal current-prefix-arg '(4))
|
||||
|
Reference in New Issue
Block a user