[oni-org] Require using ‘{}’ for sub- and superscripts
This commit is contained in:
parent
a783346a79
commit
17e3392313
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||||
;; Keywords: local
|
;; 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)
|
;; 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
|
;; 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-column -72)
|
||||||
(setq org-tags-sort-function #'string<)
|
(setq org-tags-sort-function #'string<)
|
||||||
(setq org-use-fast-todo-selection t)
|
(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
|
;; 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
|
;; seemingly hardcoded value of the indentation it gets when it goes over
|
||||||
|
|
Loading…
Reference in a new issue