diff --git a/init.el b/init.el index 36ae1c8..cad6c98 100644 --- a/init.el +++ b/init.el @@ -989,10 +989,7 @@ With given ARG, display files in `db/important-document-path’." (defcustom db/org-default-pensieve-file nil "Path to default org-mode file for private notes." :group 'personal-settings - :type '(choice (const nil) file) - ;; no custom setter, as the pensive file is usually not part of - ;; `org-agenda-files’ - ) + :type '(choice (const nil) file)) (use-package org-agenda :commands (org-agenda)