summaryrefslogtreecommitdiff
path: root/devel/rainbow-delimiters-el/MESSAGE
blob: 3ad33813555c526d628c446b1b22825a0fafbf97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
===========================================================================
$NetBSD: MESSAGE,v 1.1 2014/04/20 19:05:08 wiz Exp $

You will need to add something like the following to your .emacs file to
autoload the mode for Emacs.

	(require 'rainbow-delimiters)

To use only with specific modes, add lines like the following:

	(add-hook 'clojure-mode-hook 'rainbow-delimiters-mode)

To enable in all programming-related modes (Emacs 24+):

	(add-hook 'prog-mode-hook 'rainbow-delimiters-mode)

To use Emacs-wide, add this line:

	(global-rainbow-delimiters-mode)

===========================================================================