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

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

[nongnu] elpa/rainbow-delimiters 28438926aa 164/188: Move installation i


From: ELPA Syncer
Subject: [nongnu] elpa/rainbow-delimiters 28438926aa 164/188: Move installation instructions before the commentary.
Date: Sat, 1 Jan 2022 00:59:02 -0500 (EST)

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

    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:



reply via email to

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