diff --git a/init.el b/init.el index b409734..d4720ca 100644 --- a/init.el +++ b/init.el @@ -858,7 +858,9 @@ "Path to default org-mode file for private notes." :group 'personal-settings :type 'string - :set #'db/update-org-agenda-files) + ;; no custom setter, as the pensive file is usually not part of + ;; `org-agenda-files’ + ) (use-package org-agenda :commands (org-agenda)