branch: elpa/rainbow-delimiters
commit a4005ac9639f11a39e603ed99aa372166060b5e6
Author: Fanael Linithien <[email protected]>
Commit: Fanael Linithien <[email protected]>

    Remove more useless comments.
---
 rainbow-delimiters.el | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/rainbow-delimiters.el b/rainbow-delimiters.el
index a66dc75dbd..021dac2493 100644
--- a/rainbow-delimiters.el
+++ b/rainbow-delimiters.el
@@ -71,8 +71,6 @@
 
 ;;; Code:
 
-;;; Customize interface:
-
 (defgroup rainbow-delimiters nil
   "Highlight nested parentheses, brackets, and braces according to their 
depth."
   :prefix "rainbow-delimiters-"
@@ -97,8 +95,6 @@ Delimiters in this list are not highlighted."
   :type '(repeat character)
   :group 'rainbow-delimiters)
 
-;;; Faces:
-
 (defface rainbow-delimiters-unmatched-face
   '((((background light)) (:foreground "#88090B"))
     (((background dark)) (:foreground "#88090B")))

Reply via email to