Fox Kiester
Fox Kiester
I have extracted the code for description tables into a separate, generic library. At least if you are making your which-key customizations using general only, it would be pretty easy...
It is not easily possible currently. What I meant is that I have already put some work into making it more customizable (in a separate package), but it's not yet...
`general-def` accepts `'evil-state (keymap1 keymap2 ...)` as a possibility, so it's assuming that you're specifying a list of keymaps. See the very last paragraph in the section that you linked...
Thanks for mentioning this package. I'd rather provide integration with packages like this than absorb them even if they are simple. I imagine that some people would find the functionality...
Using hydra is a little more involved, and some people may not need/want its full functionality. I'm fine with implementing repeating in general using either with hydra or with defrepeater....
> BTW, completely off-topic, but I noticed the extensive table of contents in the readme, and thought you might find this new package useful to help customize it: https://github.com/alphapapa/org-make-toc I'm...
> toc-org is a fine package, and will meet the needs of most users, so you may not need to switch. But if you need some of these features, or...
Okay, I'll add it once the package is on Melpa (general won't have defrepeater as a direct dependency but having it on Melpa makes it easier/possible to test with cask)....
> but I'm not sure what the point of returning the function is. It's useful to immediately bind the created function (and would also simplify implementing a `:repeater` keyword). For...
I agree that functions shouldn't be redefined, but I think that it would be preferable if there was no possibility for collision/no reason to warn or message. Prefixing created functions...