Make it clear that global-rainbow-delimiters-mode is no more

Fixes #13
master
Fanael Linithien 11 years ago
parent 9eb2dff24e
commit c1149daac0
  1. 8
      README.md

@ -54,6 +54,14 @@ To start the mode automatically in most programming modes (Emacs 24 and above):
(add-hook 'prog-mode-hook #'rainbow-delimiters-mode)
### Global mode
There's no `global-rainbow-delimiters-mode` anymore. It used to exist, but it
was impossible to keep it from breaking some major modes. It's *strongly
recommended* to use major mode hooks instead, as shown above. There's nothing
stopping you from defining `global-rainbow-delimiters-mode` yourself, but if it
breaks something, you're on your own.
## Customization
To customize various options, including the color theme:

Loading…
Cancel
Save