branch: elpa/rainbow-delimiters
commit 28438926aa67a9d86b58faf563613c05b0d9609f
Author: Fanael Linithien <[email protected]>
Commit: Fanael Linithien <[email protected]>
Move installation instructions before the commentary.
---
rainbow-delimiters.el | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/rainbow-delimiters.el b/rainbow-delimiters.el
index 60394919a5..ee520c3222 100644
--- a/rainbow-delimiters.el
+++ b/rainbow-delimiters.el
@@ -28,18 +28,6 @@
;; You should have received a copy of the GNU General Public License
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
-;;; Commentary:
-;;
-;; Rainbow-delimiters is a "rainbow parentheses"-like mode which highlights
-;; parentheses, brackets, and braces according to their depth. Each
-;; successive level is highlighted in a different color. This makes it easy
-;; to spot matching delimiters, orient yourself in the code, and tell which
-;; statements are at a given level.
-;;
-;; Great care has been taken to make this mode fast. You shouldn't see
-;; any discernible change in scrolling or editing speed while using it,
-;; even in delimiter-rich languages like Clojure, Lisp, and Scheme.
-
;;; Installation:
;; The recommended way is to use MELPA (http://melpa.org/) or MELPA Stable
@@ -58,6 +46,18 @@
;; above):
;; (add-hook 'prog-mode-hook #'rainbow-delimiters-mode)
+;;; Commentary:
+;;
+;; Rainbow-delimiters is a "rainbow parentheses"-like mode which highlights
+;; parentheses, brackets, and braces according to their depth. Each
+;; successive level is highlighted in a different color. This makes it easy
+;; to spot matching delimiters, orient yourself in the code, and tell which
+;; statements are at a given level.
+;;
+;; Great care has been taken to make this mode fast. You shouldn't see
+;; any discernible change in scrolling or editing speed while using it,
+;; even in delimiter-rich languages like Clojure, Lisp, and Scheme.
+
;;; Customization:
;; To customize various options, including the color theme: