Manually define projectile prefix key
This commit is contained in:
parent
fb64d34db4
commit
e7ce09ed02
1 changed files with 2 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue