[Helm] Add missing require

This commit is contained in:
Daniel - 2017-10-27 21:54:20 +02:00
parent 1ab91897e3
commit 9b8c2ca7a7
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 1 additions and 0 deletions

View File

@ -342,6 +342,7 @@ path."
"Open helm completion on common locations." "Open helm completion on common locations."
(interactive) (interactive)
(require 'helm-files) (require 'helm-files)
(require 'helm-bookmark)
(helm :sources `(db/helm-frequently-used-features-source (helm :sources `(db/helm-frequently-used-features-source
db/helm-frequently-visited-locations-source db/helm-frequently-visited-locations-source
,(when (file-directory-p db/important-documents-path) ,(when (file-directory-p db/important-documents-path)