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

    Use `require` instead of `load` in usage example
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 48512e1c75..22e39cbef7 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,7 @@
 Or, when no Core executable is found, this plugin uses Emacs Lisp implemented
 Core as a fallback.
 
+    (require 'editorconfig)
     (editorconfig-mode 1)
 
 Alternatively, you can find the package available on

Reply via email to