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

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

[nongnu] elpa/rainbow-delimiters 3143de1136 105/188: Update the readme.


From: ELPA Syncer
Subject: [nongnu] elpa/rainbow-delimiters 3143de1136 105/188: Update the readme.
Date: Sat, 1 Jan 2022 00:58:56 -0500 (EST)

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

    Update the readme.
    
    The mode can't be used editor-wide as is anymore.
---
 README.markdown | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.markdown b/README.markdown
index 55016d1cb7..eabb5bb680 100644
--- a/README.markdown
+++ b/README.markdown
@@ -3,7 +3,7 @@ rainbow-delimiters.el:
 
 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 depth.
 
-Great care has been taken to make this mode fast. You shouldn’t see any change 
in scrolling or editing speed when it's on even when working in delimiter-rich 
languages like Clojure or Emacs Lisp. It can be used with any language, and can 
be enabled editor-wide.
+Great care has been taken to make this mode fast. You shouldn’t see any change 
in scrolling or editing speed when it's on even when working in delimiter-rich 
languages like Clojure or Emacs Lisp. It can be used with any language.
 
 You can customize the colors rainbow-delimiters uses. The default colors are 
intentionally subtle; they are unobtrusive enough to make the mode worth 
looking at even if you usually don’t like rainbow parentheses modes. A number 
of major color themes such as Zenburn and Solarized have added their own faces 
for the mode.
 



reply via email to

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