branch: elpa/evil-matchit commit 3076a8ca5d6f8b346779c889b38093cdc5a81d8c Author: Chen Bin <chenbin...@gmail.com> Commit: Chen Bin <chenbin...@gmail.com>
org-mode can use simple rule --- evil-matchit.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evil-matchit.el b/evil-matchit.el index d9950ae18d..8db7469711 100644 --- a/evil-matchit.el +++ b/evil-matchit.el @@ -163,7 +163,7 @@ Some people prefer using \"m\" instead.") '(template simple html)) ;; Emacs Org-mode - (evilmi-load-plugin-rules '(org-mode) '(org)) + (evilmi-load-plugin-rules '(org-mode) '(simple org)) ;; Markdown (evilmi-load-plugin-rules '(markdown-mode) '(markdown))