Missing documentation for colors-enable-rainbow-identifiers
This commit is contained in:
parent
e0e2d71940
commit
1c9957fb8a
1 changed files with 14 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
- [Colors contribution layer for Spacemacs](#colors-contribution-layer-for-spacemacs)
|
||||
- [Description](#description)
|
||||
- [Install](#install)
|
||||
- [Enable rainbow-identifiers](#enable-rainbow-identifiers)
|
||||
- [Key bindings](#key-bindings)
|
||||
- [Rainbow Identifiers](#rainbow-identifiers)
|
||||
- [Rainbow delimiters](#rainbow-delimiters)
|
||||
|
@ -42,6 +43,19 @@ To use this contribution add it to your `~/.spacemacs`
|
|||
)
|
||||
```
|
||||
|
||||
### Enable rainbow-identifiers
|
||||
|
||||
To enable the package `rainbow-identifiers` set the variable
|
||||
`colors-enable-rainbow-identifiers` to `t`:
|
||||
|
||||
```elisp
|
||||
(setq-default dotspacemacs-configuration-layers '(
|
||||
(colors :variables
|
||||
colors-enable-rainbow-identifiers t))
|
||||
"List of contribution to load."
|
||||
)
|
||||
```
|
||||
|
||||
## Key bindings
|
||||
|
||||
The prefix associated with colors is <kbd>C</kbd>.
|
||||
|
|
Reference in a new issue