checkers/spell: update readme

This commit is contained in:
Henrik Lissner 2020-09-02 14:07:10 -04:00
parent 91c1e705e6
commit 3963b83e2a
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -115,7 +115,6 @@ how many seconds until the whole window is spellchecked (default as 3).
*** Spell-fu users *** Spell-fu users
Users can exclude what faces to preform spellchecking on by adjusting Users can exclude what faces to preform spellchecking on by adjusting
~+spell-excluded-faces-alist~ in a buffer-local hook: ~+spell-excluded-faces-alist~ in a buffer-local hook:
#+BEGIN_SRC elisp #+BEGIN_SRC elisp
(setf (alist-get 'markdown-mode +spell-excluded-faces-alist) (setf (alist-get 'markdown-mode +spell-excluded-faces-alist)
'(markdown-code-face '(markdown-code-face
@ -159,11 +158,10 @@ Return nil if on a link url, markup, html, or references."
#+END_SRC #+END_SRC
** Adding or removing words to your personal dictionary ** Adding or removing words to your personal dictionary
Spell-fu users can call ~M-x spell-fu-word-add~ and ~M-x spell-fu-word-remove~ Use ~M-x +spell/add-word~ and ~M-x +spell/remove-word~ to whitelist words that
to whitelist words that you know are not misspellings. These are on =zq= and you know are not misspellings. For evil users these are bound to =zq= and =zw=,
=zw=, respectively, for users with Evil enabled. respectively. =+flyspell= users can also add/remove words from the
~flyspell-correct~ popup interface (there will be extra options on the list of
Neither ispell nor =+flyspell= support managing personal dictionaries within corrections for "save word to dictionary").
Emacs.
* TODO Troubleshooting * TODO Troubleshooting