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

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

[nongnu] elpa/opam-switch-mode 6d49f80c25: docs(README.md): Use vanilla


From: ELPA Syncer
Subject: [nongnu] elpa/opam-switch-mode 6d49f80c25: docs(README.md): Use vanilla Markdown (not GFM) syntax for snippets
Date: Tue, 11 Jul 2023 18:59:48 -0400 (EDT)

branch: elpa/opam-switch-mode
commit 6d49f80c252803cfac9464a43b95ebfd3debab9c
Author: Erik Martin-Dorel <erik@martin-dorel.org>
Commit: Erik Martin-Dorel <erik@martin-dorel.org>

    docs(README.md): Use vanilla Markdown (not GFM) syntax for snippets
---
 NEWS.md   |  2 ++
 README.md | 12 +++++-------
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/NEWS.md b/NEWS.md
index 1d5191d040..38810b599c 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -13,6 +13,8 @@ The format is based on [Keep a 
Changelog](https://keepachangelog.com/en/1.0.0/).
 
 ### Changed
 
+- **README.md**: Use vanilla (not GitHub-flavored) Markdown syntax for snippets
+
 ### Removed
 
 ## [1.4] - 2023-07-11
diff --git a/README.md b/README.md
index 973c60cfe7..6cefbcfb9f 100644
--- a/README.md
+++ b/README.md
@@ -25,12 +25,10 @@ recommended configuration is as follows.
 
 Assuming you have already set up those in your `.emacs`, just write:
 
-```elisp
-(use-package opam-switch-mode
-  :ensure t
-  :hook
-  (coq-mode . opam-switch-mode))
-```
+    (use-package opam-switch-mode
+      :ensure t
+      :hook
+      (coq-mode . opam-switch-mode))
 
 If you don't use `use-package`, do the following instead:
 
@@ -69,5 +67,5 @@ any other shells outside Emacs.
 ## `opam-switch-mode` aware modes
 
 - `coq-mode` from [`proof-general`](https://proofgeneral.github.io/)
-  can kill the coq background process, when the opam switch changes,
+  can kill the coq background process when the opam switch changes,
   see 
[`coq-kill-coq-on-opam-switch`](https://proofgeneral.github.io/doc/master/userman/Coq-Proof-General/#index-coq_002dkill_002dcoq_002don_002dopam_002dswitch).



reply via email to

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