diff options
| author | Hilton Chain <hako@ultrarare.space> | 2026-07-24 19:26:19 +0800 |
|---|---|---|
| committer | Hilton Chain <hako@ultrarare.space> | 2026-07-24 23:16:39 +0800 |
| commit | 4a8b7b082ec8f899c4b14bafa5547ea203685078 (patch) | |
| tree | 8e7d0769944e4e28c47161935937055f7c004357 | |
| parent | 0ac54a1462d55c84a61a8c8908b9dbcfa1ef9210 (diff) | |
.dir-locals.el: Add indentation rule for make-wrapper.
* .dir-locals.el (scheme-mode): Add indentation rule for make-wrapper.
| -rw-r--r-- | .dir-locals.el | 1 |
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)) |
