Add swiper

This commit is contained in:
Ivan Malison 2016-08-25 17:30:49 -07:00
parent 6414b61344
commit 2cb5e0cb40
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -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