summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfpi2020-04-05 13:22:42 +0200
committerfpi2020-04-05 13:34:57 +0200
commitbf2d81905f16f7b449836ff7a8566ea74cabc2ed (patch)
treeb493cf4c075241f10e5b9280b1d5fff1c701f6a9
parentUnbind ibuffer C-x C-b to not call it accidentally (diff)
Not mark beginning of footnotes section
Diffstat (limited to '')
-rw-r--r--emacs-init.org6
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