diff options
author | Mark H Weaver <mhw@netris.org> | 2014-08-02 19:24:50 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2014-08-14 23:53:04 -0400 |
commit | 75f3b1a12debaac9b1b6368245ac75a236430296 (patch) | |
tree | 96a0777cc861771ba5f64b0f346fef17f41f46e1 /.dir-locals.el | |
parent | 74dde9e91972ab03cd5bcb83d9fc9de321cbc814 (diff) | |
download | patches-75f3b1a12debaac9b1b6368245ac75a236430296.tar patches-75f3b1a12debaac9b1b6368245ac75a236430296.tar.gz |
Add (guix build emacs-utils).
* guix/build/emacs-utils.scm: New file.
* Makefile.am (MODULES): Add it.
* .dir-locals.el: Add indentation rules.
Diffstat (limited to '.dir-locals.el')
-rw-r--r-- | .dir-locals.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el index 64a680c59f..69c25cbe8f 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -29,6 +29,10 @@ (eval . (put 'call-with-compressed-output-port 'scheme-indent-function 2)) (eval . (put 'call-with-decompressed-port 'scheme-indent-function 2)) (eval . (put 'signature-case 'scheme-indent-function 1)) + (eval . (put 'emacs-batch-eval 'scheme-indent-function 0)) + (eval . (put 'emacs-batch-edit-file 'scheme-indent-function 1)) + (eval . (put 'emacs-substitute-sexps 'scheme-indent-function 1)) + (eval . (put 'emacs-substitute-variables 'scheme-indent-function 1)) (eval . (put 'syntax-parameterize 'scheme-indent-function 1)) (eval . (put 'with-monad 'scheme-indent-function 1)) |