gabesoft / evil-mc

Multiple cursors implementation for evil-mode
MIT License
383 stars 35 forks source link

enable lexical binding #135

Closed LemonBreezes closed 6 days ago

LemonBreezes commented 2 months ago

This PR enables lexical binding in this package and fixes the bugs that arose when doing so. This is important because in the future, lexical binding may become the default for Emacs so this prevents problems from arising in the future.