spacemacs/layers
syl20bnr dde9eef487 colors: remove colors-enable-rainbow-identifiers and new layer variable colors-colorize-identifiers
You have to replace in your dotfile the layer variable
colors-enable-rainbow-identifiers t
by
colors-colorize-identifiers 'all

color-colorize-identifiers can take 3 values:
- variables -> colorize only variables via color-identifiers mode
- all -> colorize all identifiers
- nil -> no colorisation

New key bindings:

SPC t C a -> colorize all
SPC t C C-a -> colorize all globally

SPC t C v -> colorize variables
SPC t C C-v -> colorize variables globally
2016-06-03 23:29:59 -04:00
..
+chat erc: use linum post init and remove weird erc-hook 2016-06-03 22:20:30 -04:00
+checkers flyspell: set flyspell-popup delay to 0.8 2016-06-01 23:00:02 -04:00
+completion helm-help: pass toggle candidates as list 2016-06-02 22:47:56 -04:00
+config-files Use :toggle keyword instead of when forms 2016-05-29 22:39:21 -04:00
+distribution slack: various changes 2016-06-03 22:18:24 -04:00
+emacs org: fix ox-gfm index generation using a fork 2016-06-01 22:37:16 -04:00
+email
+frameworks Use :toggle keyword instead of when forms 2016-05-29 22:39:21 -04:00
+fun Use :toggle keyword instead of when forms 2016-05-29 22:39:21 -04:00
+intl/chinese chinese: simplify youdao-dictionary toggle 2016-06-01 21:33:40 -04:00
+keyboard-layouts/bepo Use :toggle keyword instead of when forms 2016-05-29 22:39:21 -04:00
+lang Fix javascript layer refactoring documentation 2016-06-01 21:40:12 -04:00
+misc/nlinum core: special toggle API for minor modes 2016-05-31 22:33:44 -04:00
+os Use :toggle keyword instead of when forms 2016-05-29 22:39:21 -04:00
+pair-programming/floobits
+source-control Fixes #6051, checks for existance of git-gutter. 2016-05-29 23:05:04 -04:00
+spacemacs Diminish evil-mc prefix in mode-line 2016-06-02 22:47:37 -04:00
+tags Use :toggle keyword instead of when forms 2016-05-29 22:39:21 -04:00
+themes colors: remove colors-enable-rainbow-identifiers and new layer variable colors-colorize-identifiers 2016-06-03 23:29:59 -04:00
+tools Fix typo in layers/+tools/shell/README.org 2016-05-31 23:01:51 -04:00
+vim core: special toggle API for minor modes 2016-05-31 22:33:44 -04:00
+web-services Use :toggle keyword instead of when forms 2016-05-29 22:39:21 -04:00
rebox
slack slack: various changes 2016-06-03 22:18:24 -04:00
LAYERS.org
auto-layer.el