[Helm] Adapt heading of section for important files in shortcut

This commit is contained in:
Daniel - 2017-10-27 19:56:21 +02:00
parent ca6d10fdd5
commit 5403911bc0
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@ If FILE is not given, prompt for one."
((gnu/linux) (start-process "" nil "xdg-open" path))))
(defcustom db/helm-important-documents
`((name . ,db/important-documents-path)
`((name . "Important files")
(candidates . db/important-documents)
(action . (("Open" . db/system-open))))
"Helm source for important documents."