From 28314b1d7d65f2fc8e97f256e1d9783f5b59d8b8 Mon Sep 17 00:00:00 2001 From: Peng Li Date: Tue, 19 Jul 2016 09:29:36 +0800 Subject: [PATCH] emacs - add counsel packet --- emacs.d/config.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/emacs.d/config.org b/emacs.d/config.org index a11d9c4..0bd61bd 100644 --- a/emacs.d/config.org +++ b/emacs.d/config.org @@ -894,6 +894,10 @@ Occur search key bindings (ivy-mode 1) (setq ivy-use-virtual-buffers t) (global-set-key (kbd "s-/") 'swiper) + + (use-package counsel + :ensure t + :defer t) ;;* ;; (global-set-key "\C-s" 'swiper) ;; (global-set-key (kbd "C-c C-r") 'ivy-resume) -- 2.11.0