help-guix
[Top][All Lists]
Advanced

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

Re: Enable guix-devel-mode only in guix source files


From: Pierre Neidhardt
Subject: Re: Enable guix-devel-mode only in guix source files
Date: Tue, 21 Aug 2018 00:18:06 +0200
User-agent: mu4e 1.0; emacs 26.1

> - 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

--8<---------------cut here---------------start------------->8---
 (scheme-mode
  .
  (indent-tabs-mode . nil)
--8<---------------cut here---------------end--------------->8---

I suppose we can add

--8<---------------cut here---------------start------------->8---
 (scheme-mode
  .
  (indent-tabs-mode . nil)
  (guix-devel-mode . t)
--8<---------------cut here---------------end--------------->8---

> - the function to set up a third-party package (Emacs-Guix)!  Why Guix
>   should do it?

Sorry, what do you mean?

-- 
Pierre Neidhardt
https://ambrevar.xyz/

Attachment: signature.asc
Description: PGP signature


reply via email to

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