From 272f3c8e6e368ac5abccc4a54ddbfc6b1de85f89 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 7 Jun 2017 17:16:12 +0200 Subject: 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. --- emacs/.emacs.d/init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs') diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index 124fa15..745bba8 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -544,7 +544,7 @@ ones. :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) -- cgit 1.4.1