spacemacs/contrib/syl20bnr
2014-09-26 00:08:31 -04:00
..
doc Add screenshot for syl20bnr configuration layer 2014-09-25 22:14:23 -04:00
config.el Move evil-move-cursor-back in syl20bnr configuration layer 2014-09-23 22:06:28 -04:00
extensions.el Introduce configuration layer system 2014-09-02 00:23:43 -04:00
funcs.el Move rainbow-identifiers from spacemacs config to syl20bnr 2014-09-25 22:12:40 -04:00
keybindings.el Introduce configuration layer system 2014-09-02 00:23:43 -04:00
macros.el Introduce configuration layer system 2014-09-02 00:23:43 -04:00
packages.el Fix syntax error in syl20bnr configuration layer 2014-09-26 00:08:31 -04:00
README.md Add readme for syl20bnr configuration layer 2014-09-25 22:14:02 -04:00

syl20bnr configuration layer for Spacemacs

Install

To use this configuration add it to your ~/.spacemacs

(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 mode. Each variable and function has a unique color associated to it.

Screenshots

Python

theme_tweaks_python