branch: elpa/evil-matchit
commit c65da39f4900ddfe16a88f80325bcb8b98e1b5cd
Author: Chen Bin <[email protected]>
Commit: Chen Bin <[email protected]>
autoload sgml-mode
---
evil-matchit.el | 3 +++
1 file changed, 3 insertions(+)
diff --git a/evil-matchit.el b/evil-matchit.el
index 51b98f56b1..3610e80589 100644
--- a/evil-matchit.el
+++ b/evil-matchit.el
@@ -39,6 +39,9 @@
(require 'evil)
+(autoload 'sgml-skip-tag-backward "sgml-mode" nil t)
+(autoload 'sgml-skip-tag-forward "sgml-mode" nil t)
+
(defvar evilmi-html-major-modes
'(nxml-mode
web-mode