[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] Set Emacs indentation for `wrap-program'.
From: |
"Taylan Ulrich Bayırlı/Kammer" |
Subject: |
[PATCH] Set Emacs indentation for `wrap-program'. |
Date: |
Sat, 31 Jan 2015 21:54:17 +0100 |
===File
/home/tub/media/src/guix/0001-Set-Emacs-indentation-for-wrap-program.patch===
>From f7f3ce7140c82380e68ba3299ac17555268b8155 Mon Sep 17 00:00:00 2001
From: Taylan Ulrich B <address@hidden>
Date: Sat, 29 Nov 2014 13:36:24 +0100
Subject: [PATCH 1/2] 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 file changed, 1 insertion(+)
diff --git a/.dir-locals.el b/.dir-locals.el
index b82d049..1d4c7d1 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -52,6 +52,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
--
2.2.1
============================================================
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH] Set Emacs indentation for `wrap-program'.,
"Taylan Ulrich Bayırlı/Kammer" <=