Re: the perfect setup with geiser

2022-10-06 Thread jgart
On Thu, 06 Oct 2022 06:44:25 + Philip Kaludercic wrote: > jgart writes: > > > Hi, > > > > this doesn't work for me from the manual: > > > > ;; Assuming the Guix checkout is in ~/src/guix. > > (with-eval-after-load 'geiser-guile > > (add-to-list 'geiser-guile-load-path "~/src/guix")) >

Re: the perfect setup with geiser

2022-10-05 Thread Philip Kaludercic
jgart writes: > Hi, > > this doesn't work for me from the manual: > > ;; Assuming the Guix checkout is in ~/src/guix. > (with-eval-after-load 'geiser-guile > (add-to-list 'geiser-guile-load-path "~/src/guix")) ^ Is the Guix repository checked out at thi

the perfect setup with geiser

2022-10-05 Thread jgart
Hi, this doesn't work for me from the manual: ;; Assuming the Guix checkout is in ~/src/guix. (with-eval-after-load 'geiser-guile (add-to-list 'geiser-guile-load-path "~/src/guix")) After changing the patch to where my local guix checkout is at, I'm not able to load guix code in an emacs buf