Use ivy-mode, swap bindings for swiper and isearch

This commit is contained in:
Adam Goldsmith 2016-02-29 13:33:07 -05:00
parent 447ac99455
commit 985df85f2e

View File

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