aboutsummaryrefslogtreecommitdiffstats
path: root/oni-org
diff options
context:
space:
mode:
authorGravatar Tom Willemse2021-04-25 18:00:08 -0700
committerGravatar Tom Willemse2021-04-25 18:00:08 -0700
commitfa8a55843b3bfffd0a3a451c8ed24749d580cde9 (patch)
tree08786baceb366df13f027b16ac823ca500545756 /oni-org
parentfda64e525ea6108ccac3e2f20ab7dad11a1eae21 (diff)
downloademacs-config-fa8a55843b3bfffd0a3a451c8ed24749d580cde9.tar.gz
emacs-config-fa8a55843b3bfffd0a3a451c8ed24749d580cde9.zip
[oni-org] Display entities in org in a nicer way
Diffstat (limited to 'oni-org')
-rw-r--r--oni-org/oni-org.el7
1 files changed, 4 insertions, 3 deletions
diff --git a/oni-org/oni-org.el b/oni-org/oni-org.el
index faf34a9..272730a 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.173616
+;; Version: 2021.0425.180002
;; 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
@@ -204,14 +204,15 @@ _l_: Store link ^^ _j_: Journal entry
(setq org-clock-in-switch-to-state #'oni-org-maybe-change-todo-state)
(setq org-fontify-whole-heading-line t)
(setq org-habit-graph-column 60)
-(setq org-tags-column -72)
-(setq org-tags-sort-function #'string<)
(setq org-hide-emphasis-markers t)
(setq org-hide-macro-markers t)
(setq org-log-into-drawer t)
+(setq org-pretty-entities t)
(setq org-return-follows-link t)
(setq org-return-follows-link t)
(setq org-src-fontify-natively t)
+(setq org-tags-column -72)
+(setq org-tags-sort-function #'string<)
(setq org-use-fast-todo-selection t)
;; Set the maximum indentation level for description lists to 5 (which is the