Emacs indentation support

This commit is contained in:
Tony Garnock-Jones 2021-06-03 22:44:47 +02:00
parent a23047c26b
commit 7b600c51df
1 changed files with 4 additions and 1 deletions

View File

@ -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: