diff options
author | Vincent Ambo <vincent@spotify.com> | 2013-10-19T17·31+0200 |
---|---|---|
committer | Vincent Ambo <vincent@spotify.com> | 2013-10-19T17·31+0200 |
commit | f4089367a015454bfb84622748c21378b3b946f5 (patch) | |
tree | 591f92975ac6281c93a07ede974c7e8dabc67feb /init.el | |
parent | a4c4a9dfa9ff396c3917c5cd86c730ad4f85f47d (diff) |
Added project-explorer
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/init.el b/init.el index 66b984b09d2c..785a407f6740 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) |