diff --git a/emacs/init.org b/emacs/init.org index 966362d..22bc838 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -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)