Artifact f8d660afb387e616b3ff00656abb0f6e30452680:
- File emacs.config — part of check-in [9f6d03b948] at 2020-07-18 13:42:59 on branch v1.66-captain-ulex — Added formating fix and check (user: mrwellan, size: 471) [annotate] [blame] [check-ins using] [more...]
;; Indenting module body code at column 0 (defun scheme-module-indent (state indent-point normal-indent) 0) (put 'module 'scheme-indent-function 'scheme-module-indent) (put 'and-let* 'scheme-indent-function 1) (put 'parameterize 'scheme-indent-function 1) (put 'handle-exceptions 'scheme-indent-function 1) (put 'when 'scheme-indent-function 1) (put 'unless 'scheme-indent-function 1) (put 'match 'scheme-indent-function 1) (put 'let-values 'scheme-indent-function 1)