From d033c69083e9227ab6f201f1818f21e7ba7a7c2f Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Thu, 7 Apr 2016 10:06:59 +0200 Subject: [PATCH] Emacs indentation settings --- racket/syndicate/core.rkt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/racket/syndicate/core.rkt b/racket/syndicate/core.rkt index f7cf898..81475a6 100644 --- a/racket/syndicate/core.rkt +++ b/racket/syndicate/core.rkt @@ -463,3 +463,8 @@ (step* (make-dataspace '())) ) + +;;; Local Variables: +;;; eval: (put 'match-event 'scheme-indent-function 1) +;;; eval: (put 'match-event 'racket-indent-function 1) +;;; End: