[Init] Don’t use ‘swiper-isearch’ as default for searching anymore

It’s more disturbing than helpful for my workflow.
This commit is contained in:
Daniel - 2019-08-17 17:07:41 +02:00
parent 8e1cba51d6
commit a760b8042f
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 0 additions and 4 deletions

View File

@ -238,10 +238,6 @@
(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)
(bind-key "C-r" #'swiper-isearch))
(when (package-installed-p 'helm)
(bind-key "M-y" #'helm-show-kill-ring))