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

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

[nongnu] elpa/rainbow-delimiters 8911d984e6 004/188: Use markdown syntax


From: ELPA Syncer
Subject: [nongnu] elpa/rainbow-delimiters 8911d984e6 004/188: Use markdown syntax in the README file.
Date: Sat, 1 Jan 2022 00:58:48 -0500 (EST)

branch: elpa/rainbow-delimiters
commit 8911d984e6f395f3314f4a0c507fb2faecaf366e
Author: Jeremy L. Rayman <jeremy.rayman@gmail.com>
Commit: Jeremy L. Rayman <jeremy.rayman@gmail.com>

    Use markdown syntax in the README file.
---
 README.markdown | 25 ++++++++-----------------
 1 file changed, 8 insertions(+), 17 deletions(-)

diff --git a/README.markdown b/README.markdown
index 4f7ae2e421..1b492e0211 100644
--- a/README.markdown
+++ b/README.markdown
@@ -4,7 +4,9 @@ rainbow-delimiters.el:
 
 Rainbow-delimiters is a "rainbow parentheses"-like Emacs mode for coloring 
parentheses, brackets, and braces according to their nested depth. It gives a 
visual reference for which delimiters match, and what statements are at the 
same depth - if several statements are at the same level, they will be the same 
color.
 
-This is the official github repository for rainbow-delimiters. It is made 
available so people can easily contribute to the mode. The latest version of 
rainbow-delimiters.el is always found at the following location on EmacsWiki:
+This is the official github repository for rainbow-delimiters. It is made 
available so people can easily contribute to the mode.
+
+The latest version of rainbow-delimiters.el is always found at the following 
location on EmacsWiki:
 http://www.emacswiki.org/emacs/download/rainbow-delimiters.el
 
 Further information is available on the EmacsWiki page:
@@ -18,27 +20,16 @@ Installation instructions:
 1. Place rainbow-delimiters.el on your emacs load-path.
 
 2. Compile the file (necessary for speed):
-```lisp
-M-x byte-compile-file <location of rainbow-delimiters.el>
-'''
+    M-x byte-compile-file <location of rainbow-delimiters.el>
 3. Add the following to your dot-emacs/init file:
-```lisp
-(require 'rainbow-delimiters)
-'''
+    (require 'rainbow-delimiters)
 4. Add hooks for modes where you want it enabled, for example:
-```lisp
-(add-hook 'clojure-mode-hook 'rainbow-delimiters-mode)
-'''
+    (add-hook 'clojure-mode-hook 'rainbow-delimiters-mode)
 - To activate rainbow-delimiters mode temporarily in a buffer:
-```lisp
-M-x rainbow-delimiters-mode
-'''
-
+    M-x rainbow-delimiters-mode
 5. When using a dark background, if delimiter colors seem washed out
 you may need to add the following to your dot-emacs and restart:
-```lisp
-(setq-default 'frame-background-mode 'dark)
-'''
+    (setq-default 'frame-background-mode 'dark)
 
 This is because Emacs can guess frame-background-mode incorrectly,
 causing rainbow-delimiters to use its light color scheme on dark



reply via email to

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