From 985df85f2e5baee6b9a0aa1aae399174873767a4 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Mon, 29 Feb 2016 13:33:07 -0500 Subject: [PATCH] Use ivy-mode, swap bindings for swiper and isearch --- .emacs.d/init.el | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index f215a9a..a0378b8 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -268,9 +268,12 @@ (call-interactively 'company-yasnippet))) (use-package swiper - :bind ("C-S-s" . swiper) - :bind ("C-S-r" . swiper)) - + :init + (global-set-key (kbd "C-S-s") 'isearch-forward) + (global-set-key (kbd "C-S-r") 'isearch-backward) + (ivy-mode 1) + :bind ("C-s" . swiper) + :bind ("C-r" . swiper)) (use-package highlight-indent-guides :config