branch: elpa/rainbow-delimiters
commit 779b40f39dd3a0914bafa363ed4d6c14c7596718
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 88d54d17b9..d1d974c6a6 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:
 
 
-<pre>-</pre> To enable it only in specific modes, add lines like the following:
+* To enable it only in specific modes, add lines like the following:
 <br /><code>(add-hook 'clojure-mode-hook 'rainbow-delimiters-mode)</code>
 
 
-<pre>-</pre> To activate the mode globally, add to your init file:
+* To activate the mode globally, add to your init file:
 <br /><code>(global-rainbow-delimiters-mode)</code>
 
 
-<pre>-</pre> To temporarily activate rainbow-delimiters mode in an open buffer:
+* 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.

Reply via email to