From 63d5ae7ce849614a546e64b6d968337f36ecab28 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 16 Jul 2017 22:42:57 +0200 Subject: [PATCH] =?UTF-8?q?[Helm]=20Minor=20fix=20for=20=E2=80=98db/helm-s?= =?UTF-8?q?hortcuts=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Don’t know why it makes a difference, but apparently it does. --- 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 ff0ee06..135ed76 100644 --- a/site-lisp/db-utils.el +++ b/site-lisp/db-utils.el @@ -293,7 +293,7 @@ If FILE is not given, prompt for one." (defun db/helm-shortcuts () "Open helm completion on common locations." (interactive) - (helm :sources `(db/helm-frequently-used-features + (helm :sources '(db/helm-frequently-used-features db/helm-frequently-visited-locations)))