Hi,
I've made the change proposed and tested; then installed as 65dcfb3f
(".dir-locals: Streamline Geiser configuration."). Let me know if
you encounter any problem.
--
Thanks,
Maxim
On 2023-09-04 21:41:44 -0400, Maxim Cournoyer wrote:
> Hello,
>
> wolf writes:
>
> [...]
>
> > Geiser seems to add the project root (I assume based on the git) into the
> > load
> > path automatically. geiser-repl-current-project-function seems to be set by
> > default, and rest is described
Hello,
wolf writes:
[...]
> Geiser seems to add the project root (I assume based on the git) into the load
> path automatically. geiser-repl-current-project-function seems to be set by
> default, and rest is described in the docs: (geiser)Customization and tips,
> Init
> files and load paths.
On 2023-08-26 07:27:22 -0400, brian via Development of GNU Guix and the GNU
System distribution. wrote:
> Csepp writes:
>
> > The docs contain this recommended Emacs setting:
> >
> > @lisp
> > ;; @r{Assuming the Guix checkout is in ~/src/guix.}
> > (with-eval-after-load 'geiser-guile
> > (add-
Csepp writes:
> The docs contain this recommended Emacs setting:
>
> @lisp
> ;; @r{Assuming the Guix checkout is in ~/src/guix.}
> (with-eval-after-load 'geiser-guile
> (add-to-list 'geiser-guile-load-path "~/src/guix"))
> @end lisp
>
> I haven't been using it for a while because I remember it
Hi,
Csepp writes:
> The docs contain this recommended Emacs setting:
>
> @lisp
> ;; @r{Assuming the Guix checkout is in ~/src/guix.}
> (with-eval-after-load 'geiser-guile
> (add-to-list 'geiser-guile-load-path "~/src/guix"))
> @end lisp
>
> I haven't been using it for a while because I remembe
The docs contain this recommended Emacs setting:
@lisp
;; @r{Assuming the Guix checkout is in ~/src/guix.}
(with-eval-after-load 'geiser-guile
(add-to-list 'geiser-guile-load-path "~/src/guix"))
@end lisp
I haven't been using it for a while because I remember it causing
trouble whenever I was w