branch: elpa/rainbow-delimiters
commit 8a8ee4e4e1062c2c08fb0666b96b690abbf5b477
Merge: d2c5b21464 59d8d64a84
Author: Jeremy L. Rayman <[email protected]>
Commit: Jeremy L. Rayman <[email protected]>
Merge branch 'master' of github.com:jlr/rainbow-delimiters
---
README.markdown | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/README.markdown b/README.markdown
index 7fbc00a611..02975a3d9f 100644
--- a/README.markdown
+++ b/README.markdown
@@ -1,4 +1,3 @@
-
rainbow-delimiters.el:
======================
@@ -40,6 +39,10 @@ You can choose to enable it only in certain modes, or
Emacs-wide:
<br /><code>(add-hook 'clojure-mode-hook 'rainbow-delimiters-mode)</code>
+* To enable it for **all** programming modes, add the following line (emacs 24
or higher):
+<br /><code>(add-hook 'prog-mode-hook 'rainbow-delimiters-mode)</code>
+
+
* To activate the mode globally, add to your init file:
<br /><code>(global-rainbow-delimiters-mode)</code>