Disable swiper

This commit is contained in:
Ivan Malison 2016-09-15 17:42:05 -07:00
parent 92485dfca5
commit 880046e37f
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -1489,6 +1489,7 @@ This was stolen from https://github.com/jwiegley/dot-emacs
*** swiper *** swiper
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(use-package swiper (use-package swiper
:disabled t
:bind ("C-s" . swiper)) :bind ("C-s" . swiper))
#+END_SRC #+END_SRC
** Completion ** Completion