help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: geiser-edit-symbol-at-point


From: jgart
Subject: Re: geiser-edit-symbol-at-point
Date: Fri, 11 Nov 2022 12:40:46 -0600

On Fri, 11 Nov 2022 09:31:40 -0500 Jake Shilling <shilling.jake@gmail.com> 
wrote:
> my configuration files, I have a toplevel script which updates the
> %load-path:
> 
> ```
> (when (current-filename)
>   (add-to-load-path
>    (dirname (current-filename))))
> ```
> 
> So when I load that file into the repl with C-c C-l all the subsequent
> use-modules work.

Hi Jake, thanks for the reply,

You have to do all that before geiser will pick up the source files in my guix 
checkout?

Just doing the following as recommended in the guix manual is not enough?

> (with-eval-after-load 'geiser-guile
>   (add-to-list 'geiser-guile-load-path "~/guix"))

My source checkout of guix is in `~/guix`.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]