From 618f704687523819b54c142e8c0898c5d0538c1c Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 29 Oct 2016 14:16:22 -0700 Subject: [emacs] Main configuration for `swiper' is done with `ivy'. --- emacs.d/init.el | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'emacs.d/init.el') 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) -- cgit 1.4.1