keybinding for new counsel-projectile function

This commit is contained in:
Eric Danan 2016-09-13 22:56:17 +02:00
parent f6086a7e8a
commit fdd836816a

View file

@ -177,6 +177,13 @@ With a prefix ARG invalidates the cache first."
(counsel-projectile-find-file)
(counsel-projectile-switch-project arg)))
;;; key bindings
;;;###autoload
(eval-after-load 'projectile
'(progn
(define-key projectile-command-map (kbd "SPC") #'counsel-projectile)))
(provide 'counsel-projectile)