Terje Larsen

Results 212 comments of Terje Larsen

I wonder if it is due to this: https://github.com/tumashu/posframe/blob/master/posframe.el#L200 If some parameters is not possible to set via `child-frame-parameters`, but need to be set at a later time.

It seems your latest commit fixed that issue with the big box. The error was reproducible when running Emacs 27.0.5, and you just: ``` emacs -Q C-x C-f path/to/eldoc-box/eldoc-box.el M-x...

Thank you. Regarding, the disappearing and reappearing. That is partly true, as the election will be shown in the message area will stay until another message is displayed, and when...

Thank you for following up. I have personally for some other reason had to switch from NixOS (for now). But I did get this working in a quite hacky way...

I think most of the paths on NixOS should be writable or at least have the opportunity to make them writable, it is just the `/nix/store` where all packages are...

Technically you can already do that via `NIX_CONFIG`: ``` NIX_CONFIG="extra-access-tokens = github.com=github_pat_XYZ" nix ... ```

I think this sounds like a nice feature. I can see myself liking this behavior.

I'm one of those people who would prefer not having the mini-map. Related issue #325

I explicitly didn't add `wantedBy` as I'm not always on VPN and when I'm not on VPN it breaks certain things to have this running. For example SSH access to...