mikavilpas / evil-lispy

precision Lisp editing with Evil and Lispy
79 stars 5 forks source link

evil-define-state undefined #11

Closed wnederhof closed 8 years ago

wnederhof commented 8 years ago

Hi there,

First off, I love evil-lispy, thanks a lot!

After installing evil-lispy, I got the following error on startup:

Error: (void-function evil-define-state)

After running emacs in debug mode, it pointed to the evil-lispy-autoloads.el file, which is apparently (I am no Emacs expert) autogenerated by Emacs.

After a closer inspection, I found that the evil-define-state function was defined in evil-lispy.el (using (put 'evil-define-state 'lisp-indent-function 'defun)), but not in the autogenerated file.

mikavilpas commented 8 years ago

Hi! Sorry, I must have missed this somehow.

Do you still get this? I'll have a look at it.

mikavilpas commented 8 years ago

Closing this for now. Please reopen if the issue persists.