Pierre Neidhardt (2018-08-21 00:18 +0200) wrote: >> - add a function to the Guix ".dir-locals.el" (does dir-locals support >> functions at all?) > > I haven't tested, but currently .dir-locals.el contains > > (scheme-mode > . > (indent-tabs-mode . nil) > > I suppose we can add > > (scheme-mode > . > (indent-tabs-mode . nil) > (guix-devel-mode . t)
Ah, that's what you meant. I think this is horrible :-) >> - the function to set up a third-party package (Emacs-Guix)! Why Guix >> should do it? > > Sorry, what do you mean? Guix and Emacs-Guix are separate projects. And a user is not forced to use Emacs-Guix, so calling 'guix-devel-mode' will simply fail if Emacs-Guix is not installed. So I think this addition to dir-locals would be a bad decision. -- Alex