summary refs log tree commit diff
diff options
context:
space:
mode:
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)