diff options
-rw-r--r-- | emacs-init.org | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/emacs-init.org b/emacs-init.org index 0281833..4ed8801 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -3097,6 +3097,12 @@ For now I use this bad code. (goto-char (point-max)) (or (bolp) (newline))))) #+END_SRC +** Footnote Mode +#+begin_src emacs-lisp +(use-package footnote + :custom + (footnote-section-tag "")) +#+end_src ** BBDB #+begin_src emacs-lisp (use-package bbdb |