1
0
Fork 0

Change the column to which tags are aligned

This commit is contained in:
Tom Willemse 2020-08-12 20:48:30 -07:00
parent e9230aba2d
commit 33cf3eb5ef

View file

@ -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)