From 2cb5e0cb40d7d8e2e77978c8539767fa5da7d02d Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 25 Aug 2016 17:30:49 -0700 Subject: [PATCH] Add swiper --- dotfiles/emacs.d/README.org | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index a0a369c7..e2183765 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -1544,6 +1544,11 @@ This was stolen from https://github.com/jwiegley/dot-emacs (progn (flimenu-global-mode))) #+END_SRC +*** swiper +#+BEGIN_SRC emacs-lisp +(use-package swiper + :bind ("C-s" . swiper)) +#+END_SRC ** Completion *** company #+BEGIN_SRC emacs-lisp