Add readme for syl20bnr configuration layer

This commit is contained in:
syl20bnr 2014-09-25 22:14:02 -04:00
parent 90c6c16da0
commit ff98bce4a5

View file

@ -0,0 +1,29 @@
# syl20bnr configuration layer for Spacemacs
## Install
To use this configuration add it to your `~/.spacemacs`
```elisp
(defvar dotspacemacs-configuration-layers '(syl20bnr)
"List of contribution to load."
)
```
## Evil
Prevent the point from moving back when leaving the insert mode.
## Color Theme
Instead of colorized keywords, this configuration layer has *colorized
variables and functions* using the [rainbow identifiers][rainbow-identifiers]
mode. Each variable and function has a unique color associated to it.
### Screenshots
#### Python
![theme_tweaks_python](https://raw.githubusercontent.com/syl20bnr/spacemacs/master/contrib/syl20bnr/doc/theme-tweaks-python.png)
[rainbow-identifiers]: https://github.com/Fanael/rainbow-identifiers