From 187a595413eaf5281f7e53402a697cb129fdb4e9 Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Sun, 16 May 2021 12:44:58 -0400 Subject: [PATCH] Add footnotes --- modules/spelling.org | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/modules/spelling.org b/modules/spelling.org index 0dfd500..25e7da9 100644 --- a/modules/spelling.org +++ b/modules/spelling.org @@ -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