devil
devil copied to clipboard
Compatibility with which-key
I use which-key, and it displays possible continuations when I type C-c p-
. But when I type , c p
, I only see Devil: C-c p
.
hey! i made a pull request at justbur/emacs-which-key#353 which should hopefully add support for devil in which-key.
- https://github.com/justbur/emacs-which-key/pull/353
if you want to use my changes before that pull request is merged, you can use whatever your preferred method is to download and use the wesnel/add-devil-support
branch of my fork of which-key.
https://github.com/wesnel/emacs-which-key/tree/wesnel/add-devil-support
@wesnel LGTM!
Hi, first of all thanks for the original implementation. As it is unfortunately no longer compatible with the current which-key implementation I adapted it and added it to devil.el https://github.com/susam/devil/pull/33