aboutsummaryrefslogtreecommitdiff
path: root/dot.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'dot.emacs.d/init.el')
-rw-r--r--dot.emacs.d/init.el3
1 files changed, 2 insertions, 1 deletions
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