On Fri, 11 Nov 2022 18:07:49 -0600 jgart <[email protected]> wrote: > I feel like I've made some progress...
I can also geiser-edit-symbol-at-point the following snippet (format #t ^^^^^^^ It jumps me to the source location here: /gnu/store/qlmpcy5zi84m6dikq3fnx5dz38qpczlc-guile-3.0.8/share/guile/3.0/ice-9/format.scm But this doesn't work for geiser-edit-symbol-at-point because it is guix API code: (add-after 'build 'install-xsession ^^^^^^^^^ It asks me to visit a tags table which is probably not what I want.
