mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Replace project-explorer with neotree
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,3 +1,6 @@
|
||||
[submodule "snippets"]
|
||||
path = snippets
|
||||
url = https://github.com/hlissner/emacs-snippets
|
||||
[submodule "elisp/emacs-neotree"]
|
||||
path = elisp/emacs-neotree
|
||||
url = https://github.com/jaypei/emacs-neotree
|
||||
|
1
elisp/emacs-neotree
Submodule
1
elisp/emacs-neotree
Submodule
Submodule elisp/emacs-neotree added at 43c4e8694d
@ -6,7 +6,7 @@
|
||||
ag ; the_silver_searcher support
|
||||
flx-ido ; enhances ido's flex matching
|
||||
ido-vertical-mode ; vertical listing for ido completion
|
||||
project-explorer ; sidebar for navigation project files
|
||||
;; project-explorer ; sidebar for navigation project files
|
||||
dired+
|
||||
))
|
||||
|
||||
@ -85,10 +85,14 @@
|
||||
projectile-enable-caching t)
|
||||
|
||||
;;#project-explorer
|
||||
(setq pe/width 24)
|
||||
(evil-set-initial-state 'project-explorer-mode 'emacs)
|
||||
(add-hook 'project-explorer-mode-hook
|
||||
(lambda() (no-linum)))
|
||||
;; (setq pe/width 24)
|
||||
;; (evil-set-initial-state 'project-explorer-mode 'emacs)
|
||||
;; (add-hook 'project-explorer-mode-hook
|
||||
;; (lambda() (no-linum)))
|
||||
|
||||
;;#neotree
|
||||
(add-to-list 'load-path "/some/path/neotree")
|
||||
(require 'neotree)
|
||||
|
||||
;;
|
||||
(provide 'core-project)
|
||||
|
Reference in New Issue
Block a user