1
0
Fork 0

[oni-org] Reduce the distance of the tags column

This will make top-level headlines still place their tags before the line ends.
This commit is contained in:
Tom Willemse 2022-09-27 23:46:04 -07:00
parent 8b71ddf093
commit 073f83e8f9

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org> ;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local ;; Keywords: local
;; Version: 2022.0913.145533 ;; Version: 2022.0925.164622
;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org org-contrib org-bullets org-edna diminish all-the-icons olivetti form-feed) ;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org org-contrib org-bullets org-edna diminish all-the-icons olivetti form-feed)
;; This program is free software; you can redistribute it and/or modify ;; This program is free software; you can redistribute it and/or modify
@ -387,7 +387,7 @@ _di_: Add inlineimages STARTUP
(setq org-return-follows-link t) (setq org-return-follows-link t)
(setq org-special-ctrl-a/e t) (setq org-special-ctrl-a/e t)
(setq org-src-fontify-natively t) (setq org-src-fontify-natively t)
(setq org-tags-column -72) (setq org-tags-column -67)
(setq org-tags-sort-function #'string<) (setq org-tags-sort-function #'string<)
(setq org-tags-exclude-from-inheritance '("project")) (setq org-tags-exclude-from-inheritance '("project"))
(setq org-use-fast-todo-selection t) (setq org-use-fast-todo-selection t)