From 9b8c2ca7a7aa082ee4097ea7903cd72a3003d081 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Fri, 27 Oct 2017 21:54:20 +0200 Subject: [PATCH] [Helm] Add missing require --- site-lisp/db-utils.el | 1 + 1 file changed, 1 insertion(+) diff --git a/site-lisp/db-utils.el b/site-lisp/db-utils.el index 826e9bc..0a43a0f 100644 --- a/site-lisp/db-utils.el +++ b/site-lisp/db-utils.el @@ -342,6 +342,7 @@ path." "Open helm completion on common locations." (interactive) (require 'helm-files) + (require 'helm-bookmark) (helm :sources `(db/helm-frequently-used-features-source db/helm-frequently-visited-locations-source ,(when (file-directory-p db/important-documents-path)