From: Peng Li Date: Tue, 19 Jul 2016 01:29:36 +0000 (+0800) Subject: emacs - add counsel packet X-Git-Url: http://47.100.26.94:8080/?a=commitdiff_plain;h=28314b1d7d65f2fc8e97f256e1d9783f5b59d8b8;p=dotfiles.git emacs - add counsel packet --- 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)