Justin Burkett
Justin Burkett
I believe it will require the copyright transfer given its size, so I will wait to merge it. By the way, at least part of this is possible now by...
It can take a while yes. Let me know when you are notified
Great! There's been a new development in the meantime. which-key was merged into emacs proper. As a result, I am planning to archive this repository and start taking contributions like...
Thank you. On Fri, Jun 21, 2024 at 10:24 AM Pradyumna Paranjape < ***@***.***> wrote: > I've never done that before, but I'll try. > > — > Reply to...
Thanks. Sorry for not asking earlier, but have you assigned your copyright to the FSF ([see here](https://www.gnu.org/software/emacs/manual/html_node/emacs/Copyright-Assignment.html))?
Hi @crzcrz, I'm not sure what the status is on this, but I'm planning to archive this repo as which-key was recently merged into the master branch of emacs. Contributions...
Hi @haplo, I'm not sure what the status is on this, but I'm planning to archive this repo as which-key was recently merged into the master branch of emacs. Contributions...
I believe emacs will intercept the sequence ` C-h` before which-key can handle it. The problem is that emacs translates that sequence to `C-M-h`. I can't find the reference for...
Can you reproduce this by starting emacs without your config (`emacs -Q`) and loading a basic configuration for which-key like ```elisp (require 'which-key) (which-key-setup-side-window-right) (which-key-mode) ``` ?
First off, the intention is for the window to scale appropriately if the font is larger. I just checked that mine does even for larger font sizes than the one...