aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--oni-org/oni-org.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/oni-org/oni-org.el b/oni-org/oni-org.el
index 0b10791..3aa3073 100644
--- a/oni-org/oni-org.el
+++ b/oni-org/oni-org.el
@@ -395,8 +395,8 @@ _di_: Add inlineimages STARTUP
(setq org-special-ctrl-a/e t)
(setq org-src-fontify-natively t)
(setq org-tags-column -67)
-(setq org-tags-sort-function #'string<)
(setq org-tags-exclude-from-inheritance '("project"))
+(setq org-tags-sort-function #'string<)
(setq org-use-fast-todo-selection t)
(setq org-use-sub-superscripts '{})