all repos — nixfiles @ a6b25f53ecb085efa679e15f620f4c212402480b

System and user configuration, managed by nix and home-manager

Emacs: init projectile-mode on startup

Alan Pearce
commit

a6b25f53ecb085efa679e15f620f4c212402480b

parent

3c256c0655666bbbcda6f495f0c348312efa79b0

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M tag-emacs/emacs.d/init.eltag-emacs/emacs.d/init.el
@@ -720,7 +720,7 @@
(use-package projectile :bind (("C-c C-f" . projectile-find-file) ("s-x s-f" . projectile-find-file)) - :commands (projectile-global-mode)) + :init (projectile-global-mode) (use-package project-persist :commands (project-persist-mode)