From 6baad656d266242adaa28466c037c46baf1feae8 Mon Sep 17 00:00:00 2001 From: Thomas Schneider Date: Thu, 27 Jun 2019 14:50:38 +0200 Subject: Emacs: Load Projectile immediately --- dot.emacs.d/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dot.emacs.d/init.el') diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el index 750cf2e..1bdd80b 100644 --- a/dot.emacs.d/init.el +++ b/dot.emacs.d/init.el @@ -74,7 +74,8 @@ (use-package projectile :config (projectile-mode 1) - :bind-keymap ("C-c p" . projectile-command-map)) + :bind-keymap ("C-c p" . projectile-command-map) + :defer nil) (use-package company :bind (:map company-mode-map -- cgit v1.2.3