diff options
author | Vincent Ambo <vincent@spotify.com> | 2013-10-20T18·05+0200 |
---|---|---|
committer | Vincent Ambo <vincent@spotify.com> | 2013-10-20T18·05+0200 |
commit | 96a0605e81443b41373c31a1276d8879523d13eb (patch) | |
tree | 1a20f71fc5fea5709502ae643536073c8ea76024 /init-modes.el | |
parent | 38f531c926d1c370c6dbad38a1c056951127fdcf (diff) |
Small defaults changes
Diffstat (limited to 'init-modes.el')
-rw-r--r-- | init-modes.el | 2 |
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) |