[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.
master
Daniel Borchmann 6 years ago
parent b171594761
commit f7bb731b2f
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6

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

Loading…
Cancel
Save