branch: elpa/evil-matchit
commit abe43359bfc2608c03267639b1688e237ee7b66b
Merge: d701acb054 4c6b8f412f
Author: Chen Bin <chenbin...@gmail.com>
Commit: GitHub <nore...@github.com>

    Merge pull request #98 from nitros12/master
    
    Add autoload definition, fixes #97
---
 evil-matchit.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/evil-matchit.el b/evil-matchit.el
index 02869d9982..e31328129f 100644
--- a/evil-matchit.el
+++ b/evil-matchit.el
@@ -437,7 +437,7 @@ If IS-FORWARD is t, jump forward; or else jump backward."
       (goto-char dst)
       (back-to-indentation))))
 
-;;;###autoload
+;;;###autoload (autoload 'evilmi-jump-items "evil-matchit" nil t)
 (evil-define-command evilmi-jump-items (&optional num)
   "Jump between items."
   :repeat nil

Reply via email to