Update projectile configuration

This commit is contained in:
Gergely Polonkai 2019-01-03 16:24:19 +01:00
parent 90d936fe37
commit b57f0ce21f
1 changed files with 4 additions and 1 deletions

View File

@ -1752,7 +1752,10 @@ Because one is never enough.
:delight '(:eval (concat " [" projectile-project-name "]"))
:pin melpa-stable
:config
(projectile-global-mode t))
(projectile-mode t)
:bind
(:map projectile-mode-map
("C-c p" . projectile-command-map)))
#+END_SRC
*** Repository-based ToDo management with Org mode