neo-vc-integration accepts a list, not a symbol

See bc98dfb44c/neotree.el (L300-L304).
This commit is contained in:
Daniel Le 2018-01-21 12:03:24 +08:00 committed by syl20bnr
parent 446ff90fac
commit 2c78318750
1 changed files with 1 additions and 1 deletions

View File

@ -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