branch: elpa/rainbow-delimiters
commit 13deb06eab462eefbc9296af73405d5d1bd61087
Author: Jeremy L. Rayman <[email protected]>
Commit: Jeremy L. Rayman <[email protected]>
Use markdown syntax in the README file.
---
README.markdown | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/README.markdown b/README.markdown
index 1b492e0211..e5cdee911e 100644
--- a/README.markdown
+++ b/README.markdown
@@ -20,16 +20,16 @@ Installation instructions:
1. Place rainbow-delimiters.el on your emacs load-path.
2. Compile the file (necessary for speed):
- M-x byte-compile-file <location of rainbow-delimiters.el>
+ <code>M-x byte-compile-file <location of rainbow-delimiters.el></code>
3. Add the following to your dot-emacs/init file:
- (require 'rainbow-delimiters)
+ <code>(require 'rainbow-delimiters)</code>
4. Add hooks for modes where you want it enabled, for example:
- (add-hook 'clojure-mode-hook 'rainbow-delimiters-mode)
+ <code>(add-hook 'clojure-mode-hook 'rainbow-delimiters-mode)</code>
- To activate rainbow-delimiters mode temporarily in a buffer:
- M-x rainbow-delimiters-mode
+ <code>M-x rainbow-delimiters-mode</code>
5. When using a dark background, if delimiter colors seem washed out
you may need to add the following to your dot-emacs and restart:
- (setq-default 'frame-background-mode 'dark)
+ <code>(setq-default 'frame-background-mode 'dark)</code>
This is because Emacs can guess frame-background-mode incorrectly,
causing rainbow-delimiters to use its light color scheme on dark