guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: Set Emacs indentation for `wrap-program'.


From: Mark H. Weaver
Subject: 01/01: Set Emacs indentation for `wrap-program'.
Date: Mon, 02 Feb 2015 22:22:50 +0000

mhw pushed a commit to branch master
in repository guix.

commit b1ec2233a19180d8accd13c51e6177071ec6df49
Author: Taylan Ulrich B <address@hidden>
Date:   Sat Nov 29 13:36:24 2014 +0100

    Set Emacs indentation for `wrap-program'.
    
    * .dir-locals.el (scheme-mode): Set `scheme-indent-function' of 
`wrap-program'
      to 1.
---
 .dir-locals.el |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/.dir-locals.el b/.dir-locals.el
index 3c989d1..e056e26 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -54,6 +54,7 @@
    (eval . (put 'mlet 'scheme-indent-function 2))
    (eval . (put 'run-with-store 'scheme-indent-function 1))
    (eval . (put 'run-with-state 'scheme-indent-function 1))
+   (eval . (put 'wrap-program 'scheme-indent-function 1))
 
    ;; Recognize '~', '+', and '$', as used for gexps, as quotation symbols.
    ;; This notably allows '(' in Paredit to not insert a space when the



reply via email to

[Prev in Thread] Current Thread [Next in Thread]