Günter Zöchbauer

Results 303 comments of Günter Zöchbauer

`.ignore` and `.gitignore` didn't work for me

It seems I run into this as well with NixOS 23.11 and 24.05. Before I tried to upgrade it worked for a few weeks (since I started with NixOS)

Every time I click into a Kitty window to make it the active window some shell window or browser opens and I need several clicks to get rid of it,...

@distante I run into that issue as well. I assumed the import paths are relative to the e2e project root, but they are relative to the importing file. So for...

On my system the `fd-find` executable installed using `apt` on Debian bullseye was too old, but `fd` from `fd-find` installed using `cargo install` is fine. ```lisp (setq projectile-fd-executable "fd") ```...

I just stumbled upon the `COMMENT` feature, but even projects in workspaces marked as comment or projects marked as comment are validated

@Alexander-Miller To be able to commit the workspace config to my shared Emacs config, I have all my projects listed in the workspace file. I access only a subset on...

I just run into the same issue. I set up the workspace with a reference like ```org * DevOps * My Server - path :: /ssh:myserver|sudo:myserver:/opt/projects ``` Accepting with `C-c...

I get the same result without a shebang when the file has the `.zsh` file extension.