diff --git a/init.el b/init.el index e47a977..36ae1c8 100644 --- a/init.el +++ b/init.el @@ -962,25 +962,29 @@ With given ARG, display files in `db/important-document-path’." "Path to default org-mode file at work." :group 'personal-settings :type '(choice (const nil) file) - :set #'db/update-org-agenda-files) + ;; :set #'db/update-org-agenda-files + ) (defcustom db/org-default-home-file nil "Path to default org-mode file at home." :group 'personal-settings :type '(choice (const nil) file) - :set #'db/update-org-agenda-files) + ;; :set #'db/update-org-agenda-files + ) (defcustom db/org-default-notes-file nil "Path to default org-mode file for notes." :group 'personal-settings :type '(choice (const nil) file) - :set #'db/update-org-agenda-files) + ;; :set #'db/update-org-agenda-files + ) (defcustom db/org-default-refile-file nil "Path to default org-mode file for capturing." :group 'personal-settings :type '(choice (const nil) file) - :set #'db/update-org-agenda-files) + ;; :set #'db/update-org-agenda-files + ) (defcustom db/org-default-pensieve-file nil "Path to default org-mode file for private notes."