From 570fe5906bead08568bfda005cff4660ab078b86 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 5 Jan 2020 12:27:35 +0100 Subject: [PATCH] Remove obsolete comment --- init.el | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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)