[Helm] Allow to call ‘find-file’ in helm shortcut

This commit is contained in:
Daniel - 2017-10-27 20:53:37 +02:00
parent 4df5c3dbed
commit df224c099e
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 2 additions and 1 deletions

View File

@ -327,7 +327,8 @@ path."
(defcustom db/helm-important-documents
`((name . "Important files")
(candidates . db/important-documents)
(action . (("Open" . db/system-open))))
(action . (("Open externally" . db/system-open)
("Find file" . find-file))))
"Helm source for important documents."
:group 'personal-settings
:type '(alist :key-type symbol :value-type sexp))