summary refs log tree commit diff
path: root/emacs/init.el
diff options
context:
space:
mode:
authornoa2025-02-22 23:53:21 +0800
committernoa2025-02-22 23:53:21 +0800
commitb8e7c2c5ce55d23eb0227d8c0e560e7ee34dc1b9 (patch)
tree02bdaf2ab4c40e3f692edbcc8f776b1f38f955f3 /emacs/init.el
parent27d2f660192b2cb0eea3068e9e407889127fe03d (diff)
Set org tags column to 0
Diffstat (limited to 'emacs/init.el')
-rw-r--r--emacs/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 35c01dd..815e2d7 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -391,6 +391,7 @@
   :init
 
   :custom
+  (org-tags-column 0)
   (org-agenda-files '("~/Documents/Notes.org" "~/Documents/Notes/"))
   (org-replace-disputed-keys t)
   (org-support-shift-select 'always) ;; Still refuses to fix on timestamps :/