diff options
author | Ludovic Courtès <ludo@gnu.org> | 2022-03-06 18:14:51 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-03-06 22:49:46 +0100 |
commit | 049aefddb2c88dd256a0705683a75704ff830b01 (patch) | |
tree | f33e65d6aeda635474e7d532bf249be74d16a4b8 /.dir-locals.el | |
parent | f75becbb36605da75a6b0d235f565943279fdbae (diff) | |
download | 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.el | 2 |
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 ?~ "'")) |