[Helm] Fix custom program shortcut

This commit is contained in:
Daniel - 2017-09-22 18:57:14 +02:00
parent beb99bf0ba
commit 027b652bfd
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 1 additions and 1 deletions

View File

@ -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)))