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