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
167 stars 9 forks source link

Compatibility with which-key #3

Open link2xt opened 1 year ago

link2xt commented 1 year ago

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.

wesnel commented 1 year ago

hey! i made a pull request at justbur/emacs-which-key#353 which should hopefully add support for devil in which-key.

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

AkibAzmain commented 11 months ago

@wesnel LGTM!