[Helm] Give path for important documents sensible default

This commit is contained in:
Daniel - 2017-10-27 21:48:46 +02:00
parent ac10e90871
commit e048a01f83
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@ If FILE is not given, prompt for one."
(action . (("Open" . find-file)))
(filtered-candidate-transformer . helm-adaptive-sort)))
(defcustom db/important-documents-path "..." ; invalid directory as default
(defcustom db/important-documents-path "~/Documents/library/"
"Path of important documents."
:group 'personal-settings
:type 'string)