branch: elpa/evil-matchit
commit 9ed81c8b78610b7f8b9b49b0a5f80275b9962cb8
Author: Chen Bin <[email protected]>
Commit: Chen Bin <[email protected]>
fixed typo in README
---
README.org | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.org b/README.org
index 93464e9f2a..e2046b276a 100644
--- a/README.org
+++ b/README.org
@@ -28,7 +28,7 @@ html tags are automatically supported in nxml-mode, web-mode,
html-mode and nxht
Add below line into ~/.emacs to specify the major modes where to turn on html
tag support:
#+BEGIN_SRC elisp
-(setq evilmi-html-major-modes i'(nxml-mode web-mode html-mode nxhtml-mode
php-mode jsp-mode))
+(setq evilmi-html-major-modes '(nxml-mode web-mode html-mode nxhtml-mode
php-mode jsp-mode))
#+END_SRC
* Contact me