From 2c7831875045d23031dce4c894314bcb9edf9d64 Mon Sep 17 00:00:00 2001 From: Daniel Le Date: Sun, 21 Jan 2018 12:03:24 +0800 Subject: [PATCH] neo-vc-integration accepts a list, not a symbol See https://github.com/jaypei/emacs-neotree/blob/bc98dfb44c106375efa4f26848f3790ee264da97/neotree.el#L300-L304. --- layers/+filetree/neotree/README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layers/+filetree/neotree/README.org b/layers/+filetree/neotree/README.org index fc7da92a5..c5236c3c5 100644 --- a/layers/+filetree/neotree/README.org +++ b/layers/+filetree/neotree/README.org @@ -65,7 +65,7 @@ The default is =nil= (do not show source control information), which is recommen For example, #+BEGIN_SRC emacs-lisp -(setq neo-vc-integration 'face) +(setq neo-vc-integration '(face)) #+END_SRC *Note*: At this time, it is not recommended to set this to anything other