aboutsummaryrefslogtreecommitdiffstats
path: root/oni-org/oni-org.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2021-04-25 18:00:51 -0700
committerGravatar Tom Willemse2021-04-25 18:00:51 -0700
commit0e46d80c6b5cbd78dcf8c969bb442d46ceb49117 (patch)
tree562c715fcd68de723f0bb6c98c7155cc01237e2f /oni-org/oni-org.el
parentfa8a55843b3bfffd0a3a451c8ed24749d580cde9 (diff)
downloademacs-config-0e46d80c6b5cbd78dcf8c969bb442d46ceb49117.tar.gz
emacs-config-0e46d80c6b5cbd78dcf8c969bb442d46ceb49117.zip
[oni-org] Automatically renumber and sort footnotes in org
Diffstat (limited to 'oni-org/oni-org.el')
-rw-r--r--oni-org/oni-org.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/oni-org/oni-org.el b/oni-org/oni-org.el
index 272730a..d84db26 100644
--- a/oni-org/oni-org.el
+++ b/oni-org/oni-org.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2021.0425.180002
+;; Version: 2021.0425.180045
;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org-plus-contrib org-bullets org-edna diminish all-the-icons org-journal)
;; This program is free software; you can redistribute it and/or modify
@@ -203,6 +203,7 @@ _l_: Store link ^^ _j_: Journal entry
(setq org-catch-invisible-edits 'error)
(setq org-clock-in-switch-to-state #'oni-org-maybe-change-todo-state)
(setq org-fontify-whole-heading-line t)
+(setq org-footnote-auto-adjust t)
(setq org-habit-graph-column 60)
(setq org-hide-emphasis-markers t)
(setq org-hide-macro-markers t)