summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.dir-locals.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index cdad06d..a7c3080 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -44,6 +44,7 @@
44 ;; one working with a local guix checkout may want something different. 44 ;; one working with a local guix checkout may want something different.
45 (geiser-guile-binary . ("guix" "repl")) 45 (geiser-guile-binary . ("guix" "repl"))
46 46
47 (eval . (put 'make-wrapper 'scheme-indent-function 2))
47 (eval . (put 'with-transformation 'scheme-indent-function 1)) 48 (eval . (put 'with-transformation 'scheme-indent-function 1))
48 49
49 (eval . (put 'nonguix-container 'scheme-indent-function 0)) 50 (eval . (put 'nonguix-container 'scheme-indent-function 0))