From df224c099e6226905d5e28abb701e42d397d7d38 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Fri, 27 Oct 2017 20:53:37 +0200 Subject: [PATCH] =?UTF-8?q?[Helm]=20Allow=20to=20call=20=E2=80=98find-file?= =?UTF-8?q?=E2=80=99=20in=20helm=20shortcut?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- site-lisp/db-utils.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/site-lisp/db-utils.el b/site-lisp/db-utils.el index f1146e8..deaf198 100644 --- a/site-lisp/db-utils.el +++ b/site-lisp/db-utils.el @@ -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))