diff options
author | fpi | 2020-04-05 13:22:42 +0200 |
---|---|---|
committer | fpi | 2020-04-05 13:34:57 +0200 |
commit | bf2d81905f16f7b449836ff7a8566ea74cabc2ed (patch) | |
tree | b493cf4c075241f10e5b9280b1d5fff1c701f6a9 | |
parent | Unbind ibuffer C-x C-b to not call it accidentally (diff) |
Not mark beginning of footnotes section
-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 |