[bot] documentation_updates (#15339)

Co-authored-by: SpacemacsBot <not@an.actual.email.beep.boop>
This commit is contained in:
SpacemacsBot 2022-02-12 07:36:08 +02:00 committed by GitHub
parent 60e512a48b
commit 4d0529d3e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 8 deletions

View File

@ -50,11 +50,11 @@ Set =spacemacs-tree-sitter-hl-black-list= for a list of modes that should
not enable highlight by =tree-sitter-hl-mode=, such as
=js2-mode= and =rjsx-mode= for example.
#+begin_src elisp
(setq-default dotspacemacs-configuration-layers
(tree-sitter :variables
spacemacs-tree-sitter-hl-black-list '(js2-mode rjsx-mode)
tree-sitter-syntax-highlight-enable t
tree-sitter-fold-enable t
tree-sitter-fold-indicators-enable nil))
#+end_src
#+BEGIN_SRC elisp
(setq-default dotspacemacs-configuration-layers
(tree-sitter :variables
spacemacs-tree-sitter-hl-black-list '(js2-mode rjsx-mode)
tree-sitter-syntax-highlight-enable t
tree-sitter-fold-enable t
tree-sitter-fold-indicators-enable nil))
#+END_SRC