1
0
Fork 0

[oni-org] Change org tags column

This commit is contained in:
Tom Willemse 2024-07-01 15:09:32 -07:00
parent c74133b68b
commit e9214ea7e4

View file

@ -287,7 +287,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 -67) (setq org-tags-column -80)
(setq org-tags-exclude-from-inheritance '("project")) (setq org-tags-exclude-from-inheritance '("project"))
(setq org-tags-sort-function #'string<) (setq org-tags-sort-function #'string<)
(setq org-use-fast-todo-selection t) (setq org-use-fast-todo-selection t)