all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#74465] [PATCH] .dir-locals.el: Configure indentation for home-environment.
@ 2024-11-21 20:20 Tomas Volf
  2024-11-29 13:59 ` bug#74465: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Tomas Volf @ 2024-11-21 20:20 UTC (permalink / raw)
  To: 74465; +Cc: Tomas Volf

* .dir-locals.el (scheme-mode): Indent home-environment same as
operating-system.

Change-Id: Ie2cfa58f02d081c1e331c7d30beb77f0868f5cdd
---
 .dir-locals.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.dir-locals.el b/.dir-locals.el
index 201ebd4198..211f5d9afb 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -97,6 +97,7 @@
    (eval . (put 'bag 'scheme-indent-function 0))
    (eval . (put 'graft 'scheme-indent-function 0))
    (eval . (put 'operating-system 'scheme-indent-function 0))
+   (eval . (put 'home-environment 'scheme-indent-function 0))
    (eval . (put 'file-system 'scheme-indent-function 0))
    (eval . (put 'swap-space 'scheme-indent-function 0))
    (eval . (put 'manifest-entry 'scheme-indent-function 0))
-- 
2.46.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#74465: [PATCH] .dir-locals.el: Configure indentation for home-environment.
  2024-11-21 20:20 [bug#74465] [PATCH] .dir-locals.el: Configure indentation for home-environment Tomas Volf
@ 2024-11-29 13:59 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2024-11-29 13:59 UTC (permalink / raw)
  To: Tomas Volf; +Cc: 74465-done

Tomas Volf <~@wolfsden.cz> skribis:

> * .dir-locals.el (scheme-mode): Indent home-environment same as
> operating-system.
>
> Change-Id: Ie2cfa58f02d081c1e331c7d30beb77f0868f5cdd

Applied!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-11-29 14:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-21 20:20 [bug#74465] [PATCH] .dir-locals.el: Configure indentation for home-environment Tomas Volf
2024-11-29 13:59 ` bug#74465: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.