about summary refs log tree commit diff
path: root/init.el
diff options
context:
space:
mode:
authorVincent Ambo <vincent@spotify.com>2013-10-19T17·31+0200
committerVincent Ambo <vincent@spotify.com>2013-10-19T17·31+0200
commitf4089367a015454bfb84622748c21378b3b946f5 (patch)
tree591f92975ac6281c93a07ede974c7e8dabc67feb /init.el
parenta4c4a9dfa9ff396c3917c5cd86c730ad4f85f47d (diff)
Added project-explorer
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.el b/init.el
index 66b984b09d..785a407f67 100644
--- a/init.el
+++ b/init.el
@@ -30,6 +30,7 @@
     multiple-cursors
     nyan-mode
     paredit
+    project-explorer
     projectile
     rainbow-delimiters
     rainbow-mode
@@ -64,7 +65,7 @@
 (setq is-mac (equal system-type 'darwin))
 
 ;; Is this being used by a vim user?
-(setq is-vim-mode t)
+(setq is-vim-mode nil)
 
 (when is-vim-mode
   (dolist (p evil-pkgs)