Manually define projectile prefix key

This commit is contained in:
Tom Willemse 2018-08-10 15:04:43 -07:00
parent fb64d34db4
commit e7ce09ed02

View file

@ -221,6 +221,8 @@ ORIG-FUN is the function being wrapped, ARGS are the arguments specified"
(projectile-mode)
(define-key projectile-mode-map (kbd "C-c p") 'projectile-command-map)
(setq projectile-completion-system 'ivy)
(add-to-list 'projectile-project-root-files "yarn.lock")