From 027b652bfd56184e3d3d415438242fc219d0ad3e Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Fri, 22 Sep 2017 18:57:14 +0200 Subject: [PATCH] [Helm] Fix custom program shortcut --- 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 5d01f94..97bda6e 100644 --- a/site-lisp/db-utils.el +++ b/site-lisp/db-utils.el @@ -295,7 +295,7 @@ If FILE is not given, prompt for one." (defun db/helm-shortcuts () "Open helm completion on common locations." (interactive) - (require 'helm-files) ; seems to be necessary + (require 'helm-x-files) (helm :sources '(db/helm-frequently-used-features db/helm-frequently-visited-locations)))