all repos — nixfiles @ 272f3c8e6e368ac5abccc4a54ddbfc6b1de85f89

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

Emacs: Fix projectile initialisation projectile-mode does not enable projectile in all buffers. projectile-global-mode is deprecated as a _command_. It is necessary to use the function for the global behaviour.

Alan Pearce
commit

272f3c8e6e368ac5abccc4a54ddbfc6b1de85f89

parent

092cf6177b2214d9cd3df63a8398366f6ac7a531

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

jump to
M emacs/.emacs.d/init.orgemacs/.emacs.d/init.org
@@ -544,7 +544,7 @@ ("s-G" . projectile-vc))
:demand t :diminish projectile-mode :config (progn - (projectile-mode +1) + (projectile-global-mode +1) (add-to-list 'projectile-globally-ignored-directories ".stversions") (defun yarn-install (&optional arg)