keybinding for new counsel-projectile function
This commit is contained in:
parent
f6086a7e8a
commit
fdd836816a
1 changed files with 7 additions and 0 deletions
|
|
@ -177,6 +177,13 @@ With a prefix ARG invalidates the cache first."
|
||||||
(counsel-projectile-find-file)
|
(counsel-projectile-find-file)
|
||||||
(counsel-projectile-switch-project arg)))
|
(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)
|
(provide 'counsel-projectile)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue