Changes that bring CLASH up to extended HTTP/1.0 support:

Moved indenting changes for CL constructs to a central place.
This commit is contained in:
2000-07-22 01:11:09 +00:00
parent b3b91e38a1
commit d09b872f61

View File

@ -21,14 +21,6 @@
(unless (assoc "\\.system$" auto-mode-alist)
(push '("\\.system$" . lisp-mode) auto-mode-alist))
;;; Mode-Defaults
(add-hook 'lisp-mode-hook
'(lambda ()
(setq lisp-indent-offset 76)
(put 'with-slots 'lisp-indent-function 2)
(put 'with-accessors 'lisp-indent-function 2)
(put 'handler-case 'lisp-indent-function 1)))
;;; Auto-insertion
;;(add-hook 'find-file-hooks 'auto-insert)
(define-auto-insert "/CLASH/.*\\.cl$"