Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)NO
noooit @alien.top
BOT
Posts 0
Comments 6
Changing projects / environments in eglot
  • I have a similar requirement.
    If folder1 and folder2 have different project root marker, it's possible to start multiple language servers via project-vc-extra-root-markers.

    But the tricky part is when it's started from folder2, it needs to cd to folder1 before executing the language server.

    I achieve this by creating a wrapper script for language server and create a function that sets an environment variable before executing the script and does do complex things in the script.

    It'd be nice if there was a better solution without depending on .dir-locals.el and etc, like passing a function for the server program so that I don't have to use a script + environment variable.

  • Doom or Spacemacs?
  • GNU Emacs is configurable for a reason. Don't use those complete garbages.
    The configuration should be made by you. It's really not that hard, just start from the tutorial.

  • Doom or Spacemacs?
  • GNU Emacs is configurable for a reason. Don't use those complete garbages.
    The configuration should be made by you. It's really not that hard, just start from the tutorial.

  • Future of remote development
  • The tramp maintainer wasn't really keen on innovating anymore so somebody needs to volunteer.

    I feel like network filesystem + some remote commands/plugins handler would stabilise things more. Even with sshfs mode, remote command doesn't work.

    It really doesn't make sense that it supports so many network filesystems and none of them support remote command/process. If I could mount network filesystem locally, I wouldn't use tramp to begin with.