aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2021-04-25 18:03:22 -0700
committerGravatar Tom Willemse2021-04-25 18:03:22 -0700
commit17e3392313317876e804b3c7b3bf0b4d8bcf69f8 (patch)
tree35f653ee1140329b5a135962044b1d64ee9ad24e
parenta783346a798254c9d7e72a59b2288f04b260c7cb (diff)
downloademacs-config-17e3392313317876e804b3c7b3bf0b4d8bcf69f8.tar.gz
emacs-config-17e3392313317876e804b3c7b3bf0b4d8bcf69f8.zip
[oni-org] Require using ‘{}’ for sub- and superscripts
-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 bc44064..7f3e5c7 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.180137
+;; Version: 2021.0425.180318
;; 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
@@ -216,6 +216,7 @@ _l_: Store link ^^ _j_: Journal entry
(setq org-tags-column -72)
(setq org-tags-sort-function #'string<)
(setq org-use-fast-todo-selection t)
+(setq org-use-sub-superscripts '{})
;; Set the maximum indentation level for description lists to 5 (which is the
;; seemingly hardcoded value of the indentation it gets when it goes over