diff --git a/.emacs.d/include/priime-convenience.el b/.emacs.d/include/priime-convenience.el index 373ab45..9fb0e41 100644 --- a/.emacs.d/include/priime-convenience.el +++ b/.emacs.d/include/priime-convenience.el @@ -41,7 +41,7 @@ :bind (("C-c p" . projectile-command-map)) :init - (projectile-mode 1)) + (add-hook 'after-init-hook 'projectile-global-mode)) (use-package bufler :straight t :bind (("C-x C-b" . bufler-list) ("C-x b" . bufler-switch-buffer))