diff options
author | noa | 2025-02-22 23:53:21 +0800 |
---|---|---|
committer | noa | 2025-02-22 23:53:21 +0800 |
commit | b8e7c2c5ce55d23eb0227d8c0e560e7ee34dc1b9 (patch) | |
tree | 02bdaf2ab4c40e3f692edbcc8f776b1f38f955f3 /emacs/init.el | |
parent | 27d2f660192b2cb0eea3068e9e407889127fe03d (diff) |
Set org tags column to 0
Diffstat (limited to 'emacs/init.el')
-rw-r--r-- | emacs/init.el | 1 |
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 :/ |