<div><div>Hi,</div><div><br></div><div>It seems to me that there are no hooks for entering and exiting Insert State in evil. So I&#39;m doing the following workaround:</div><div><br></div><div>(defadvice evil-insert ...)</div>
<div>(defadvice evil-normal-state ...)</div><div><br></div><div>The advice for `evil-insert&#39; seems to be working but the advice for `evil-normal-state&#39; was always being called even after entering Insert state. Can these hooks be added in evil? Or, is there any other mechanism for this?</div>
<div><br></div><div>Thanks,</div><div><br></div><div>York</div><div><br></div></div>