Justin Burkett
Justin Burkett
It doesn't freeze for me. That's a nonsensical setting for that variable, but I'd like to know what's causing the freeze. When I try I just get a message that...
I'm not sure why `C-h d` is affecting anything here. That's `apropos-documentation` for me (and default)
having trouble reproducing this. maybe it was fixed in recent changes?
I can't reproduce this. Can you give me all of your settings?
@ScottFreeCode `which-key-show-transient-maps` is a mechanism for showing the key bindings in transient maps, which is distinct from the transient map used to do paging in the top level bindings. If...
please open a pr if you've found a fix
Possibly. After looking quickly `help--read-key-sequence` seems to be the function that would have to be modified. I don't have time for this right now, but I would look at a...
Hm, there are a couple of tricky parts I can think of off the top of my head: 1. Determining which minor-modes are active at any point in time is...
Ok, I think I understand the problem better. You're right about `describe-buffer-bindings`. There is still some inherent guess work involved with minor modes but it's not a big deal. The...
@erikarvstedt I'd review (and probably accept) a PR for this if it doesn't get too messy