guix-devel
[Top][All Lists]
Advanced

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

Re: Emacs integration for 'guix shell'


From: Maxim Cournoyer
Subject: Re: Emacs integration for 'guix shell'
Date: Mon, 26 Sep 2022 22:44:00 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)

Hi,

Olivier Dion via "Development of GNU Guix and the GNU System
distribution." <guix-devel@gnu.org> writes:

[...]

> I have the following in my .dir-locals.el for my library libpatch.  The
> idea is the same, but without direnv:
>
> ((nil
>   . ((eval .
>       (let ((root (locate-dominating-file
>                    default-directory ".dir-locals.el")))
>         (when root
>           (let ((real-root (directory-file-name (expand-file-name root))))
>             (setq-local geiser-guile-binary (concat real-root 
> "/.geiser-guile"))
>             (setq-local projectile-project-compilation-cmd
>                         (concat real-root "/.projectile-compile"))
>             (setq-local projectile-project-test-cmd
>                         (concat real-root "/.projectile-test")))))))))
>

It seems to me it'd help everyone if Geiser should handle the above by
itself.  It'd be cool to have the above functionality merged into Geiser
itelf.  Just saying; thank you for sharing!

Maxim



reply via email to

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