I'm using embark-act (bound to C-;) as a replacement for which-key as explained here: https://www.matem.unam.mx/~omar/apropos-emacs.html#the-case-against-which-key-a-polemic
The issue I'm having is that, after pressing <prefix> C-h to see all the candidates I have to press C-; twice to act on those candidates. The first time I press C-;, Emacs shows [No cycling possible; press C-; again to act.] and I have to press it a second time for it to work.
Embark is installed as follows:
(use-package embark
:init (setq prefix-help-command #'embark-prefix-help-command))
I'm using
embark-act(bound toC-;) as a replacement forwhich-keyas explained here: https://www.matem.unam.mx/~omar/apropos-emacs.html#the-case-against-which-key-a-polemicThe issue I'm having is that, after pressing
<prefix> C-hto see all the candidates I have to pressC-;twice to act on those candidates. The first time I pressC-;, Emacs shows[No cycling possible; press C-; again to act.]and I have to press it a second time for it to work.Embark is installed as follows: