diff options
-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 :/ |