devil icon indicating copy to clipboard operation
devil copied to clipboard

Compatibility with which-key

Open link2xt opened this issue 1 year ago • 2 comments

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.

link2xt avatar May 15 '23 21:05 link2xt

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 avatar Aug 01 '23 03:08 wesnel

@wesnel LGTM!

AkibAzmain avatar Oct 02 '23 12:10 AkibAzmain

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

fbrosda avatar Nov 09 '24 16:11 fbrosda