Added project-explorer
This commit is contained in:
parent
a4c4a9dfa9
commit
f4089367a0
1 changed files with 2 additions and 1 deletions
3
init.el
3
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)
|
||||
|
|
Loading…
Reference in a new issue