all repos — nixfiles @ 605640f02a13c311fa6a1726f93cb5be52472ff0

System and user configuration, managed by nix and home-manager

Emacs: Install and configure counsel-projectile

Alan Pearce
commit

605640f02a13c311fa6a1726f93cb5be52472ff0

parent

d018f3c8491f92de09b12ede0186b5fc8c0d2716

1 file changed, 3 insertions(+), 0 deletions(-)

jump to
M emacs/.emacs.d/init.orgemacs/.emacs.d/init.org
@@ -505,6 +505,9 @@ (expand-file-name project-dir (ghq--find-root)) arg)))
(setq projectile-switch-project-action #'projectile-commander projectile-completion-system 'ivy))) + +(use-package counsel-projectile + :config (counsel-projectile-on)) #+END_SRC ** vc