|
|
@ -328,7 +328,7 @@ Project manager. |
|
|
|
|
|
|
|
|
|
|
|
#+BEGIN_SRC emacs-lisp |
|
|
|
#+BEGIN_SRC emacs-lisp |
|
|
|
(use-package projectile |
|
|
|
(use-package projectile |
|
|
|
:hook (emacs-startup . projectile-mode) |
|
|
|
:defer t |
|
|
|
:custom |
|
|
|
:custom |
|
|
|
(projectile-cache-file (concat dot-cache-dir "/projectile.cache")) |
|
|
|
(projectile-cache-file (concat dot-cache-dir "/projectile.cache")) |
|
|
|
(projectile-completion-system 'default) |
|
|
|
(projectile-completion-system 'default) |
|
|
|