Jan Nieuwenhuizen <jann...@gnu.org> writes: >>> + (arguments >>> + `(#:modules ((guix build utils) >>> + (srfi srfi-1) >>> + (srfi srfi-26)) >>> + #:builder >> >> #:builder should be aligned with #:modules. > > Sure, missed this. Edited by hand for now. > > I've been fighting with this (i.e.: manually changing Emacs' > indentation, something that feels just so wrong), and wondering > about it. Isn't .dir-locals.el supposed to handle this > automagically...what am I missing? > > I'm used to run indent-region on the whole file, but that often changes > things in most files I ran it in.
This modified `scheme-indent-function' by Mark Weaver fixes that:
scheme-indent-function.el
Description: application/emacs-lisp
Taylan