[Misc] Use counsel for listing bookmarks

This commit is contained in:
Daniel - 2019-04-14 08:39:33 +02:00
parent 626630a14a
commit 13f449871d
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 2 additions and 1 deletions

View File

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