Add keybindings for swiper

This commit is contained in:
Adam Goldsmith 2015-11-17 10:59:29 -05:00
parent 60b92c340f
commit 254a845da5

View File

@ -194,6 +194,9 @@
(call-interactively 'company-yasnippet))
(bind-key "<backtab>" 'company-to-yasnippet company-active-map)
(bind-key "<backtab>" 'company-yasnippet))
(use-package swiper
:bind ("C-S-s" . swiper)
:bind ("C-S-r" . swiper))
;;; Local Variables
(add-to-list 'safe-local-eval-forms '(outline-hide-body))