[Org] Don’t automatically add pensive file to ‘org-agenda-files’

This commit is contained in:
Daniel - 2019-02-17 16:34:48 +01:00
parent ef2fc1a1f8
commit ae19dd4992
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 3 additions and 1 deletions

View File

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