From 049aefddb2c88dd256a0705683a75704ff830b01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Sun, 6 Mar 2022 18:14:51 +0100 Subject: 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'. --- .dir-locals.el | 2 ++ 1 file changed, 2 insertions(+) (limited to '.dir-locals.el') 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 ?~ "'")) -- cgit v1.2.1