branch: elpa/rainbow-delimiters
commit 012a5937e35207a8cc0b882e48220597d4fe216a
Author: Jeremy L. Rayman <[email protected]>
Commit: Jeremy L. Rayman <[email protected]>
Update README.markdown; include instructions re:
global-rainbow-delimiters-mode.
---
README.markdown | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.markdown b/README.markdown
index cb9b679353..88d54d17b9 100644
--- a/README.markdown
+++ b/README.markdown
@@ -32,15 +32,15 @@ Installation instructions:
You can choose to enable it only in certain modes, or Emacs-wide:
-- To enable it only in specific modes, add lines like the following:
+<pre>-</pre> To enable it only in specific modes, add lines like the following:
<br /><code>(add-hook 'clojure-mode-hook 'rainbow-delimiters-mode)</code>
-- To activate the mode globally, add to your init file:
+<pre>-</pre> To activate the mode globally, add to your init file:
<br /><code>(global-rainbow-delimiters-mode)</code>
-- To temporarily activate rainbow-delimiters mode in an open buffer:
+<pre>-</pre> To temporarily activate rainbow-delimiters mode in an open buffer:
<br /><code>M-x rainbow-delimiters-mode</code>
Additional discussion is at the top of the file and on the EmacsWiki page
linked to above.