Update README.markdown; include instructions re: global-rainbow-delimiters-mode.

master
Jeremy L. Rayman 15 years ago
parent 56faa7bd86
commit 012a5937e3
  1. 6
      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.

Loading…
Cancel
Save