Use the dev branch of neotree
This commit is contained in:
parent
13213059b3
commit
a214be7103
@ -1209,7 +1209,7 @@ I don't want which-key display "lambda" for the descriptions of these, so set a
|
|||||||
A package to browse files in a tree view
|
A package to browse files in a tree view
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package neotree
|
(use-package neotree
|
||||||
:straight (neotree :host github :repo "jaypei/emacs-neotree")
|
:straight (neotree :host github :repo "jaypei/emacs-neotree" :branch "dev")
|
||||||
:commands (neotree-project-dir neotree-toggle)
|
:commands (neotree-project-dir neotree-toggle)
|
||||||
:init
|
:init
|
||||||
(leader-def-key "d" 'neotree-project-dir)
|
(leader-def-key "d" 'neotree-project-dir)
|
||||||
|
Loading…
Reference in New Issue
Block a user