DogLooksGood / parinfer-mode

Parinfer for Emacs :)
GNU General Public License v3.0
407 stars 33 forks source link

Use `evil-define-key*` instead of `evil-define-key` #76

Closed wagk closed 11 months ago

wagk commented 3 years ago

Fixes warnings of Initialization fails with: "Invalid function: evil-define-key", since evil-define-key isn't an actual function (but evil-define-key* is)