unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] Set Emacs indentation for `wrap-program'.
@ 2015-01-31 20:54 "Taylan Ulrich Bayırlı/Kammer"
  2015-02-02 21:48 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: "Taylan Ulrich Bayırlı/Kammer" @ 2015-01-31 20:54 UTC (permalink / raw)
  To: guix-devel


===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 <taylanbayirli@gmail.com>
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

============================================================

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Set Emacs indentation for `wrap-program'.
  2015-01-31 20:54 [PATCH] Set Emacs indentation for `wrap-program' "Taylan Ulrich Bayırlı/Kammer"
@ 2015-02-02 21:48 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2015-02-02 21:48 UTC (permalink / raw)
  To: taylanbayirli; +Cc: guix-devel

taylanbayirli@gmail.com ("Taylan Ulrich "Bayırlı/Kammer\"") skribis:

> From f7f3ce7140c82380e68ba3299ac17555268b8155 Mon Sep 17 00:00:00 2001
> From: Taylan Ulrich B <taylanbayirli@gmail.com>
> 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.

Makes sense, OK to push.

Thanks,
Ludo’.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-02-02 21:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-31 20:54 [PATCH] Set Emacs indentation for `wrap-program' "Taylan Ulrich Bayırlı/Kammer"
2015-02-02 21:48 ` Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).