|
|
@ -12,7 +12,7 @@ Real time checking and one-shot methods to check and correct common spelling mis |
|
|
|
|
|
|
|
* Config |
|
|
|
|
|
|
|
Configure ~ispell~ as a back-end with ~flyspell~ for real-time checking and highlighting of spelling mistakes. |
|
|
|
Configure ~ispell~[fn:1] as a back-end with ~flyspell~[fn:2] for real-time checking and highlighting of spelling mistakes. |
|
|
|
|
|
|
|
#+begin_src emacs-lisp |
|
|
|
(use-package ispell |
|
|
@ -30,3 +30,7 @@ Toggle highlighting within buffer specific contexts with =SPC t s=: |
|
|
|
#+end_src |
|
|
|
|
|
|
|
* Footnotes |
|
|
|
|
|
|
|
[fn:1] https://gnu.org/software/ispell/ |
|
|
|
|
|
|
|
[fn:2] https://emacswiki.org/emacs/FlySpell |