Browse Source

Add footnotes

main
parent
commit
187a595413
  1. 6
      modules/spelling.org

6
modules/spelling.org

@ -12,7 +12,7 @@ Real time checking and one-shot methods to check and correct common spelling mis
* Config * 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 #+begin_src emacs-lisp
(use-package ispell (use-package ispell
@ -30,3 +30,7 @@ Toggle highlighting within buffer specific contexts with =SPC t s=:
#+end_src #+end_src
* Footnotes * Footnotes
[fn:1] https://gnu.org/software/ispell/
[fn:2] https://emacswiki.org/emacs/FlySpell
Loading…
Cancel
Save