Change the column to which tags are aligned
This commit is contained in:
parent
e9230aba2d
commit
33cf3eb5ef
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||
;; Keywords: local
|
||||
;; Version: 2020.0812.204516
|
||||
;; Version: 2020.0812.204753
|
||||
;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org-plus-contrib org-bullets org-edna diminish all-the-icons)
|
||||
|
||||
;; This program is free software; you can redistribute it and/or modify
|
||||
|
@ -192,6 +192,7 @@ _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-hide-emphasis-markers t)
|
||||
(setq org-log-into-drawer t)
|
||||
(setq org-return-follows-link t)
|
||||
|
|
Loading…
Reference in a new issue