[Helm] Fixing missing require for ‘db/helm-shortcuts’

Not quite sure whether it is necessary, but it seems to help.  A proper
understanding would be more reassuring, though.
This commit is contained in:
Daniel - 2017-07-22 19:16:22 +02:00
parent b171594761
commit f7bb731b2f
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 1 additions and 0 deletions

View File

@ -295,6 +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
(helm :sources '(db/helm-frequently-used-features
db/helm-frequently-visited-locations)))