aboutsummaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2022-03-06 18:14:51 +0100
committerLudovic Courtès <ludo@gnu.org>2022-03-06 22:49:46 +0100
commit049aefddb2c88dd256a0705683a75704ff830b01 (patch)
treef33e65d6aeda635474e7d532bf249be74d16a4b8 /.dir-locals.el
parentf75becbb36605da75a6b0d235f565943279fdbae (diff)
downloadguix-049aefddb2c88dd256a0705683a75704ff830b01.tar
guix-049aefddb2c88dd256a0705683a75704ff830b01.tar.gz
tests: Add (guix http-client) tests.
* tests/http-client.scm: New file. * Makefile.am (SCM_TESTS): Add it. * .dir-locals.el (scheme-mode): Add 'with-http-server'.
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index 0edf2a8d23..6ebf61370e 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -148,6 +148,8 @@
(eval . (put 'with-shepherd-action 'scheme-indent-function 3))
+ (eval . (put 'with-http-server 'scheme-indent-function 1))
+
;; This notably allows '(' in Paredit to not insert a space when the
;; preceding symbol is one of these.
(eval . (modify-syntax-entry ?~ "'"))