summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2017-09-18 19:04:30 +0200
committerAlan Pearce2017-09-18 19:04:30 +0200
commit202e6e82054d71cc21ac5f2880e4acf898ccebcb (patch)
tree464a24d61282c3252b6ab13b8fee15449c703924 /emacs
parent234961c3386df99937a4b6851839985f92ed4293 (diff)
downloaddotfiles-202e6e82054d71cc21ac5f2880e4acf898ccebcb.tar.lz
dotfiles-202e6e82054d71cc21ac5f2880e4acf898ccebcb.tar.zst
dotfiles-202e6e82054d71cc21ac5f2880e4acf898ccebcb.zip
Emacs: Enable projectile-mode globally
The function projectile-global-mode no longe rseems to throw
deprecation warnings.
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/main.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el
index 2e6eeec..7b73496 100644
--- a/emacs/.emacs.d/main.el
+++ b/emacs/.emacs.d/main.el
@@ -540,7 +540,7 @@
   :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)