about summary refs log tree commit diff
path: root/init-modes.el
diff options
context:
space:
mode:
Diffstat (limited to 'init-modes.el')
-rw-r--r--init-modes.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init-modes.el b/init-modes.el
index 5c8cb2b21ec1..ab02bc6c5713 100644
--- a/init-modes.el
+++ b/init-modes.el
@@ -1,4 +1,4 @@
-(mapc 'require '(projectile ac-nrepl cider))
+(mapc 'require '(projectile ac-nrepl cider project-explorer))
 ;; Initializes modes I use.
 
 (add-hook 'prog-mode-hook 'esk-add-watchwords)