Dietrich Daroch

Results 10 comments of Dietrich Daroch

I faced this long ago and ended up with this workaround, https://github.com/Dietr1ch/dotfiles/blob/master/.config/systemd/user/emacs.service ``` ... [Service] ... ExecStop=/usr/bin/emacsclient --eval "(progn (recentf-save-list) (kill-emacs))" ``` I figured out that emacs was hanging on...

I think that C++ is mutable by default because it wants to be compatible with C (and that may come further down from ancient languages). If this is already not...

I kinda wanted to propose the same thing, but I'm unsure on what's the best way to fix emacs's graphical sessions when using the daemon. Waiting for `default.target` makes it...

I'd appreciate having the option around. It'd be easier to discover, and it could be set up in a way that auto-detects when you are running a graphical server, which...

I got used to Dvorak instead of remapping. In the end it is by far less painful than remapping your setup and **every** plugin. You may be forced to lose...

I'm not sure if this is a feature or a bug, but not being able to choose the behaviour is annoying.

Can you add the `.envrc` to load the flake right away? A single line `.envrc` should do, > use_flake

Do you plan to add support for the C++ part? BTW, I ended up using this trivial `shell.nix` because I haven't learnt how to use flakes yet, ```nix { pkgs...

I ran into the same issue recently. I see that `bundle` apparently lists `config` as a dependency, but I use `fisher` and it doesn't capture that. I just added `oh-my-fish/plugin-config`...

Yes. The resize moves the top of the page down making it move and go back to the full window size for a fraction of a second. Vertical tabbar causes...