From 605640f02a13c311fa6a1726f93cb5be52472ff0 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 25 Apr 2017 10:37:00 +0200 Subject: Emacs: Install and configure counsel-projectile --- emacs/.emacs.d/init.org | 3 +++ 1 file changed, 3 insertions(+) (limited to 'emacs') diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index e464b12a..2d7e3f90 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -505,6 +505,9 @@ based upon some folder conventions I use. (setq projectile-switch-project-action #'projectile-commander projectile-completion-system 'ivy))) + +(use-package counsel-projectile + :config (counsel-projectile-on)) #+END_SRC ** vc -- cgit 1.4.1