* [bug#74465] [PATCH] .dir-locals.el: Configure indentation for home-environment.
@ 2024-11-21 20:20 Tomas Volf
0 siblings, 0 replies; only message 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] only message in thread
only message in thread, other threads:[~2024-11-21 20:22 UTC | newest]
Thread overview: (only message) (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
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.