diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2016-11-17 10:28:29 -0800 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2016-11-17 10:28:29 -0800 |
commit | e0e315820d67cffd648898c40bded1074f648f13 (patch) | |
tree | c480043108c5fd5ae7828675432fc6f900c1aa52 | |
parent | [Emacs] Group ruby buffers on the mode name, not file extension. (diff) | |
download | emacs.d-e0e315820d67cffd648898c40bded1074f648f13.tar.gz |
[Emacs] 'projectile-global-mode' has been renamed to 'projectile-mode'.
-rw-r--r-- | emacs.d/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el index 652ab5f..3245242 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -408,7 +408,7 @@ :bind-keymap ("C-c p" . projectile-command-map) :init - (add-hook 'after-init-hook #'projectile-global-mode) + (add-hook 'after-init-hook #'projectile-mode) :config (use-package counsel-projectile :ensure t) |