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

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

[nongnu] scratch/editorconfig-cc faa796ffc8 101/351: Use GFM style code


From: Stefan Monnier
Subject: [nongnu] scratch/editorconfig-cc faa796ffc8 101/351: Use GFM style code block
Date: Thu, 13 Jun 2024 18:38:44 -0400 (EDT)

branch: scratch/editorconfig-cc
commit faa796ffc8205e5ff5c03f8d9c82df8855e35e8d
Author: 10sr <8slashes+git@gmail.com>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

    Use GFM style code block
---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 7fe003b7d7..f48ae40df8 100644
--- a/README.md
+++ b/README.md
@@ -4,8 +4,10 @@
 This plugin also has a core library implemented in Emacs-Lisp, and fallback
 to it when no core executable is found.
 
+```emacs-lisp
     (require 'editorconfig)
     (editorconfig-mode 1)
+```
 
 Alternatively, you can find the package available on
 [Marmalade](http://marmalade-repo.org/packages/editorconfig) and



reply via email to

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