susam / devil

Emacs minor mode that intercepts and translates keystrokes to provide a modifier-free non-modal editing experience
https://susam.github.io/devil/
Other
169 stars 10 forks source link

Autoload `devil-set-key` and `devil-describe-key` #29

Open matta opened 3 months ago

matta commented 3 months ago

Both of these might be the first function called from the package, so they might as well autoload it. With this change, a user is free to call devil-set-key before global-devil-mode in their init file.