emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/rainbow-delimiters edf59bad7f 165/188: Move the usage inst


From: ELPA Syncer
Subject: [nongnu] elpa/rainbow-delimiters edf59bad7f 165/188: Move the usage instructions from installation to commentary.
Date: Sat, 1 Jan 2022 00:59:02 -0500 (EST)

branch: elpa/rainbow-delimiters
commit edf59bad7fca86156ab3b661a7e4baae781ca661
Author: Fanael Linithien <fanael4@gmail.com>
Commit: Fanael Linithien <fanael4@gmail.com>

    Move the usage instructions from installation to commentary.
---
 rainbow-delimiters.el | 26 ++++++++++++++------------
 1 file changed, 14 insertions(+), 12 deletions(-)

diff --git a/rainbow-delimiters.el b/rainbow-delimiters.el
index ee520c3222..08b7055210 100644
--- a/rainbow-delimiters.el
+++ b/rainbow-delimiters.el
@@ -36,15 +36,6 @@
 ;; Otherwise, open `rainbow-delimiters.el' in Emacs and use
 ;;   M-x package-install-from-buffer
 ;; Any other methods of installation are unsupported.
-;;
-;; To toggle the mode in the current buffer:
-;;   M-x rainbow-delimiters-mode
-;; To start the mode automatically in `foo-mode', add the following to your 
init
-;; file:
-;;   (add-hook 'foo-mode-hook #'rainbow-delimiters-mode)
-;; To start the mode automatically in most programming modes (Emacs 24 and
-;; above):
-;;   (add-hook 'prog-mode-hook #'rainbow-delimiters-mode)
 
 ;;; Commentary:
 ;;
@@ -57,9 +48,20 @@
 ;; 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:
-
+;;
+;; Usage:
+;;
+;; To toggle the mode in the current buffer:
+;;   M-x rainbow-delimiters-mode
+;; To start the mode automatically in `foo-mode', add the following to your 
init
+;; file:
+;;   (add-hook 'foo-mode-hook #'rainbow-delimiters-mode)
+;; To start the mode automatically in most programming modes (Emacs 24 and
+;; above):
+;;   (add-hook 'prog-mode-hook #'rainbow-delimiters-mode)
+;;
+;; Customization:
+;;
 ;; To customize various options, including the color theme:
 ;;   M-x customize-group rainbow-delimiters
 ;;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]