branch: scratch/editorconfig-cc
commit faa796ffc8205e5ff5c03f8d9c82df8855e35e8d
Author: 10sr <8slashes+...@gmail.com>
Commit: Stefan Monnier <monn...@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