Indenting for os2

This commit is contained in:
Tony Garnock-Jones 2012-03-24 16:01:47 -04:00
parent ae51097c59
commit d17435564e
1 changed files with 3 additions and 0 deletions

3
indenting2.el Normal file
View File

@ -0,0 +1,3 @@
;; Emacs indent settings
(mapcar #'(lambda (x) (put x 'scheme-indent-function 1))
'(transition extend-transition))