From a214be71032935bb59da9a78ee473f9f0c0c567d Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Tue, 4 Feb 2020 13:05:13 -0500 Subject: [PATCH] Use the dev branch of neotree --- emacs/init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)