beginend: fix autoload cookie

This commit is contained in:
Brian Leung 2021-09-21 22:46:46 -07:00 committed by Youmu
parent 7247e864fa
commit 95b246e8fb
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ newly defined motion."
(evil-beginend--define-goto-end-motion ,mode-string))))
evil-collection-beginend-modes)))
;;###autoload
;;;###autoload
(defun evil-collection-beginend-setup ()
"Set up `evil' bindings for `beginend'."
(evil-beginend--define-mode-motions))