[oni-org] Don’t inherit the ‘project’ tag
This commit is contained in:
parent
574284ca78
commit
0fee67c9d3
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||||
;; Keywords: local
|
;; Keywords: local
|
||||||
;; Version: 2021.0912.030631
|
;; Version: 2021.0916.150621
|
||||||
;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org org-contrib org-bullets org-edna diminish all-the-icons olivetti mixed-pitch)
|
;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org org-contrib org-bullets org-edna diminish all-the-icons olivetti mixed-pitch)
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or modify
|
;; This program is free software; you can redistribute it and/or modify
|
||||||
|
@ -381,6 +381,7 @@ _di_: Add inlineimages STARTUP
|
||||||
(setq org-src-fontify-natively t)
|
(setq org-src-fontify-natively t)
|
||||||
(setq org-tags-column -72)
|
(setq org-tags-column -72)
|
||||||
(setq org-tags-sort-function #'string<)
|
(setq org-tags-sort-function #'string<)
|
||||||
|
(setq org-tags-exclude-from-inheritance '("project"))
|
||||||
(setq org-use-fast-todo-selection t)
|
(setq org-use-fast-todo-selection t)
|
||||||
(setq org-use-sub-superscripts '{})
|
(setq org-use-sub-superscripts '{})
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue