diff --git a/syndicate/syntax.rkt b/syndicate/syntax.rkt index 767722a..37e5926 100644 --- a/syndicate/syntax.rkt +++ b/syndicate/syntax.rkt @@ -227,6 +227,9 @@ ;;--------------------------------------------------------------------------- ;;; Local Variables: -;;; eval: (put 'action 'scheme-indent-function 1) ;;; eval: (put 'action 'racket-indent-function 1) +;;; eval: (put 'at 'racket-indent-function 1) +;;; eval: (put 'stop-when 'racket-indent-function 1) +;;; eval: (put 'stop-when-true 'racket-indent-function 1) +;;; eval: (put 'actor-system/dataspace 'racket-indent-function 1) ;;; End: