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:
@ -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$"
|
||||
|
||||
Reference in New Issue
Block a user