From a760b8042fb4b5e897f4369f3c5ef1dd2c253492 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 17 Aug 2019 17:07:41 +0200 Subject: [PATCH] =?UTF-8?q?[Init]=20Don=E2=80=99t=20use=20=E2=80=98swiper-?= =?UTF-8?q?isearch=E2=80=99=20as=20default=20for=20searching=20anymore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It’s more disturbing than helpful for my workflow. --- init.el | 4 ---- 1 file changed, 4 deletions(-) diff --git a/init.el b/init.el index e148f1f..691eb22 100644 --- a/init.el +++ b/init.el @@ -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))