branch: elpa/evil-matchit
commit a837c1897e7a0b6c93bd903cc3739c32210ef44c
Author: Chen Bin <[email protected]>
Commit: Chen Bin <[email protected]>
tweak README
---
README.org | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.org b/README.org
index f4e607e9b3..9b5732e1a8 100644
--- a/README.org
+++ b/README.org
@@ -2,8 +2,10 @@
Vim [[http://www.vim.org/scripts/script.php?script_id=39][matchit.vim]] by
Benji Fisher ported into Emacs.
+#+BEGIN_SRC lisp
(require 'evil-matchit)
(global-evil-matchit-mode 1)
+#+END_SRC
Alternatively, you can enable evil-matchit-mode along a major mode by adding
`turn-on-evil-matchit-mode' to the mode hook.