DogLooksGood / parinfer-mode

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

Can't enable paredit extension #45

Closed Mihara closed 7 years ago

Mihara commented 7 years ago
File mode specification error: (invalid-function bind-key)
parinfer-paredit:init: Invalid function: bind-key

Installing the bind-key package does not fix the situation, so I'm not quite sure what exactly is broken.

DogLooksGood commented 7 years ago

bind-key is a function from use-package. but since parinfer doesn't declare the dependency of use-package. bind-key should not be used.

I'll have a fix.

DogLooksGood commented 7 years ago

use-package has been changed to define-key, f3ab1b6a47d7c05effa260ae2f6b3bd35edf078a.