Remove obsolete comment

This commit is contained in:
Daniel - 2020-01-05 12:27:35 +01:00
parent 7e7f8b3e13
commit 570fe5906b
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 1 additions and 4 deletions

View File

@ -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)