aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Volf <~@wolfsden.cz>2024-11-21 21:20:48 +0100
committerLudovic Courtès <ludo@gnu.org>2024-11-29 15:45:18 +0100
commit350be583d4dfaacc434b81f0f6b1e94305208f7e (patch)
tree4bd652a8f8b45e5e738277dabc4499c425e12bef
parentf92f6f0a59554d6da976b99daca9c30ce475592a (diff)
downloadguix-350be583d4dfaacc434b81f0f6b1e94305208f7e.tar.gz
guix-350be583d4dfaacc434b81f0f6b1e94305208f7e.zip
.dir-locals.el: Configure indentation for home-environment.
* .dir-locals.el (scheme-mode): Indent home-environment same as operating-system. Change-Id: Ie2cfa58f02d081c1e331c7d30beb77f0868f5cdd Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r--.dir-locals.el1
1 files changed, 1 insertions, 0 deletions
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))