diff --git a/configuration.org b/configuration.org index a8764b2..395094f 100644 --- a/configuration.org +++ b/configuration.org @@ -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