diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 4f7a1be..fa8940f 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -194,6 +194,9 @@ (call-interactively 'company-yasnippet)) (bind-key "" 'company-to-yasnippet company-active-map) (bind-key "" '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))