Caleb Chase
Caleb Chase
I would love to see this merged!
Thanks! Alright, here's what I came up with. I've only used it for a little while but seems to work so far. Any insight into the `minibuffer-setup-hook` comment? ```elisp (advice-add...
Ugh, copy-pasta fail on my part. That was supposed to be: `with-minibuffer-setup-hook doesn't work`. Edited to reflect that.
You can disable it by setting `exwm-edit-bind-default-keys` to nil, fortunately: https://github.com/agzam/exwm-edit/blob/bc25ba094b383be3c650ca0b7e1534efe2bb154f/exwm-edit.el#L241-L243 I haven't got around to trying it myself, but I think a better way of doing this would be...
I have a new variation of this that's a little more complex, because I have other derivations that need to refer to the Linux-specific Docker image derivation. Here's what I...
Alright, after nearly giving up I did some refactoring to shuffle things around and I still don't love this, but I think it's reasonable-ish. Certainly better than my previous comment....
> That's a bit more involved, but it's probably The Right Way(TM) to fix it. Yeah, that sounds like a reasonable solution to me. > By the way, I'm considering...
> 1. Check the super-agenda-groups for the presence of an `:auto-*` selector and if you find one re-sort every sublist individually. That's the technically correct, but more complex option. I...
Hi @Alexander-Miller, are you still interested in fixing this or should someone else work on it?
Understandable, thanks for the reply! If I get some spare time to prioritize it I'll try to work on this, but I'm in the same boat as you.