aboutsummaryrefslogtreecommitdiffstats
path: root/oni-org
diff options
context:
space:
mode:
authorGravatar Tom Willemse2024-07-01 15:09:32 -0700
committerGravatar Tom Willemse2024-07-01 15:09:32 -0700
commite9214ea7e4d350011b60cc5866c40516a37c72a8 (patch)
tree7af012eeb4df83e9f2f81cc39a026bcbccc943c0 /oni-org
parentc74133b68bff7c528c31978bcea984ce94a03d8b (diff)
downloademacs-config-e9214ea7e4d350011b60cc5866c40516a37c72a8.tar.gz
emacs-config-e9214ea7e4d350011b60cc5866c40516a37c72a8.zip
[oni-org] Change org tags column
Diffstat (limited to 'oni-org')
-rw-r--r--oni-org/oni-org.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/oni-org/oni-org.el b/oni-org/oni-org.el
index 0ff0372..173f7dc 100644
--- a/oni-org/oni-org.el
+++ b/oni-org/oni-org.el
@@ -287,7 +287,7 @@ _di_: Add inlineimages STARTUP
(setq org-return-follows-link t)
(setq org-special-ctrl-a/e 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-sort-function #'string<)
(setq org-use-fast-todo-selection t)