Jan R
Jan R
Having the same issue but it does not get fixed by setting wm-restack and override-redirect. If I add those two options it will start without error but the tray icons...
Yes, I can re-position it that way. Thanks! Also a correction: with wm-restack = i3 and override-redirect = true the tray will be rendered inside the bar (although the bar...
Mostly inside code blocks for quick edits. I agree that this is somewhat of a fringe use case, though. [edit: and I totally understand if this will be a no-fix....
I just found [screenshot.el](https://github.com/tecosaur/screenshot/blob/master/screenshot.el) which uses transient. It's quite easy to follow and shows how to set elisp variables from options, see screenshot--define-infix. Maybe it can answer some of the...
Same here. I see slowdowns in sml/generate-modified-status and sml/generate-minor-modes for some large files so this would save me from having to restart Emacs
Also #66 seems to be a duplicate of this
@minad I finally got around to implement this. Hope it still will be useful
The [related ticket](https://github.com/ankurdave/color-identifiers-mode/issues/83) for color-identifiers-mode has been marked as resolved and this cannot be reproduced so I'll close this one, too
When I have one I'll share it. Just not sure when I'll get around doing the setup work, from the homepage it looks like it takes a moment to set...
I use this work-around which still works: ```nix home.file."dotfiles" = { target = "fake/.."; source = ../../../../dotfiles; recursive = true; }; ```