aboutsummaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
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 ?~ "'"))
hydra?id=df154c05dc65025eac2d14ab45699b34c7a1c7c8'>hydra: Fix uses of 'eval-when'....Ludovic Courtès 2018-04-08hydra: guix-modular: Honor the 'systems' argument....Ludovic Courtès 2018-04-08hydra: guix-modular: Explicitly build for the latest 2.2....Ludovic Courtès 2018-04-08hydra: Clear '%load-compiled-path' for gnu-system.scm....Ludovic Courtès 2018-04-08hydra: 'guix-modular' jobs use the new 'build-self'....Ludovic Courtès 2018-04-08cuirass: Add job specs for the modular Guix....Ludovic Courtès 2018-02-01Merge branch 'master' into core-updatesMarius Bakke 2018-01-29hydra: Fix up arm qemu job....Danny Milosavljevic 2018-01-29hydra: Only build the "flash image" on arm....Danny Milosavljevic 2018-01-29hydra: Work around import problem....Danny Milosavljevic 2018-01-29hydra: Add (gnu bootloader) import....Danny Milosavljevic 2018-01-29hydra: Add arm image builder....Danny Milosavljevic 2018-01-21hydra: Make the list of target systems a parameter....Ludovic Courtès