From e048a01f839274200fe306b8f161ce039a7ef550 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Fri, 27 Oct 2017 21:48:46 +0200 Subject: [PATCH] [Helm] Give path for important documents sensible default --- site-lisp/db-utils.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site-lisp/db-utils.el b/site-lisp/db-utils.el index baee596..826e9bc 100644 --- a/site-lisp/db-utils.el +++ b/site-lisp/db-utils.el @@ -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)