From 13f449871d637876bdddce311874da3ec3c0f87d Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 14 Apr 2019 08:39:33 +0200 Subject: [PATCH] [Misc] Use counsel for listing bookmarks --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 7e6ec84..a758c40 100644 --- a/init.el +++ b/init.el @@ -227,7 +227,8 @@ (bind-key "C-x C-f" #'counsel-find-file) (bind-key "C-h f" #'counsel-describe-function) (bind-key "C-h v" #'counsel-describe-variable) - (bind-key "C-S-s" #'counsel-grep-or-swiper)) + (bind-key "C-S-s" #'counsel-grep-or-swiper) + (bind-key [remap bookmark-bmenu-list] #'counsel-bookmark)) (when (package-installed-p 'swiper) (bind-key "C-s" #'swiper-isearch))