From 874e66d9d48ce9b72aff75f7b7eef3cc5db843b9 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Fri, 27 Oct 2017 19:42:50 +0200 Subject: [PATCH] [Helm] Add bookmark management to helm shortcuts --- site-lisp/db-utils.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/site-lisp/db-utils.el b/site-lisp/db-utils.el index 56e9644..ab994a2 100644 --- a/site-lisp/db-utils.el +++ b/site-lisp/db-utils.el @@ -318,7 +318,9 @@ If FILE is not given, prompt for one." (require 'helm-files) (helm :sources '(db/helm-frequently-used-features db/helm-frequently-visited-locations - db/helm-important-documents))) + db/helm-important-documents + helm-source-bookmarks + helm-source-bookmark-set))) (defun db/helm-shortcuts () "Open helm completion on common locations."