.dir-locals.el: Update indentations.

* .dir-locals.el (scheme-mode): Update indentations.
This commit is contained in:
Hilton Chain 2025-06-28 22:56:46 +08:00
parent c190e8a468
commit 2bd3f5ba82
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292

View File

@ -40,9 +40,8 @@
(fill-column . 72)))
(scheme-mode
.
(;; Note this next setting will use the current guix as the geiser binary;
;; one working with a local guix checkout may want something different.
(geiser-guile-binary . ("guix" "repl"))
((eval . (put 'computed-substitution-with-inputs 'scheme-indent-function 1))
(eval . (put 'hidden-desktop-entry 'scheme-indent-function 1))
(eval . (put 'btrbk-configuration 'scheme-indent-function 0))
(eval . (put 'caddy-configuration 'scheme-indent-function 0))
@ -80,6 +79,15 @@
(eval . (put 'smartdns-configuration 'scheme-indent-function 0))
(eval . (put 'tailscale-configuration 'scheme-indent-function 0))
(eval . (put 'vaultwarden-configuration 'scheme-indent-function 0))
;; Nonguix
;; Note this next setting will use the current guix as the geiser binary;
;; one working with a local guix checkout may want something different.
(geiser-guile-binary . ("guix" "repl"))
(eval . (put 'with-transformation 'scheme-indent-function 1))
(eval . (put 'nonguix-container 'scheme-indent-function 0))
(eval . (put 'nvidia-configuration 'scheme-indent-function 0))
;; Below are copied from Guix.
(indent-tabs-mode . nil)