Use the dev branch of neotree

This commit is contained in:
Jeremy Dormitzer 2020-02-04 13:05:13 -05:00
parent 13213059b3
commit a214be7103

View File

@ -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
#+BEGIN_SRC emacs-lisp
(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)
:init
(leader-def-key "d" 'neotree-project-dir)