summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2016-10-29 14:16:22 -0700
committerFranck Cuny <franck.cuny@gmail.com>2016-10-29 14:16:22 -0700
commit618f704687523819b54c142e8c0898c5d0538c1c (patch)
tree1afa37e0c736e277f3e8f80bb1cc52190f220687
parent[emacs] A few more fixes for `exec-path-from-shell'. (diff)
downloademacs.d-618f704687523819b54c142e8c0898c5d0538c1c.tar.gz
[emacs] Main configuration for `swiper' is done with `ivy'.
Diffstat (limited to '')
-rw-r--r--emacs.d/init.el7
1 files changed, 1 insertions, 6 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el
index 712e0b3..927f3c2 100644
--- a/emacs.d/init.el
+++ b/emacs.d/init.el
@@ -359,12 +359,7 @@
     (setq-default shell-pop-window-position "bottom")))
 
 (use-package swiper
-  :ensure t
-  :diminish ivy-mode
-  :bind ("C-s" . swiper)
-  :config
-  (setq ivy-use-virtual-buffers t)
-  (ivy-mode))
+  :ensure t)
 
 (use-package term
   :bind (("C-x t" . fc/open-term)