summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2017-04-25 10:37:00 +0200
committerAlan Pearce2017-04-25 10:37:00 +0200
commit605640f02a13c311fa6a1726f93cb5be52472ff0 (patch)
tree266bff5804acd00bddf4e721e92544586fa1afce /emacs
parentd018f3c8491f92de09b12ede0186b5fc8c0d2716 (diff)
downloadnixfiles-605640f02a13c311fa6a1726f93cb5be52472ff0.tar.lz
nixfiles-605640f02a13c311fa6a1726f93cb5be52472ff0.tar.zst
nixfiles-605640f02a13c311fa6a1726f93cb5be52472ff0.zip
Emacs: Install and configure counsel-projectile
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init.org3
1 files changed, 3 insertions, 0 deletions
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