edkolev / evil-lion

Evil align operator
131 stars 12 forks source link

Incorrect Autoload Cookies #4

Closed noctuid closed 7 years ago

noctuid commented 7 years ago

evil-define-operator is not supported by autoload cookies, so the whole (evil-define-operator...) will be pulled into the autoload file. You need to manually specify the autoload. For example:

;; nil can be replaced with a docstring
;;;###autoload (autoload 'evil-lion-left "evil-lion" nil t)
(evil-define-operator evil-lion-left ....)