From bf2d81905f16f7b449836ff7a8566ea74cabc2ed Mon Sep 17 00:00:00 2001 From: fpi Date: Sun, 5 Apr 2020 13:22:42 +0200 Subject: Not mark beginning of footnotes section --- emacs-init.org | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'emacs-init.org') 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 -- cgit v1.2.3