From 880046e37f2e131427905e3bc990326ad2ba42e9 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 15 Sep 2016 17:42:05 -0700 Subject: [PATCH] Disable swiper --- dotfiles/emacs.d/README.org | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index a31c2715..1daf7ef2 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -1489,6 +1489,7 @@ This was stolen from https://github.com/jwiegley/dot-emacs *** swiper #+BEGIN_SRC emacs-lisp (use-package swiper + :disabled t :bind ("C-s" . swiper)) #+END_SRC ** Completion