On Thu, 10 Nov 2022 19:35:27 -0600 jgart <[email protected]> wrote: > (with-eval-after-load 'geiser-guile > (add-to-list 'geiser-guile-load-path "~/guix"))
Also, why does geiser want you to set up the load path manually for every project? I'd like for the experience to be more like a language server/eglot where I just enter the guile project and xref just works if the mode is turned on. Why is this not possible with geiser currently?
