Terje Larsen
Terje Larsen
@cdpb Is it working for you now? I couldn't get it working myself as I couldn't make my dist run a specific Unix socket.
To connect back to here, I made a comment and suggestion to the nixpkgs ticket: https://github.com/NixOS/nixpkgs/pull/103755#issuecomment-735242583 I think the correct approach would be to go with my suggested patch and...
Thank you, no worries, take your time :smile_cat:
nixpkgs change has now been merged :)
I see, that sounds very tricky to solve then. If it is possible to gather this information, I am quite sure it will require some further modifications to `fetchMavenArtifact`. And...
If anyone have issues with `.dir-locals.el` file being executed before the `direnv` I used the following snippet to work around this issue: ```emacs-lisp (add-hook 'before-hack-local-variables-hook #'direnv-update-environment) ```
Thanks for the info, I really like this feature especially since some plugins rely on the actual binding being to `projectile-find-file` and replaces that binding with it's own, which works...
I am not familiar with the menu items, but found this related closed issue inside the which-key project: https://github.com/justbur/emacs-which-key/pull/147 Perhaps that tells you something about the state? Or is it...
Yes, it seems the less specific one is used even if you have specified a more specific one. Sorry about the description, it seems I had two errors in one,...
I'm having a hard time reproducing this in an isolated environment. Will see if I can isolate the issue and then it should be easier to make a test case...