Added indentation pattern for `process-http-headers'.
This commit is contained in:
@ -21,6 +21,8 @@
|
|||||||
(unless (assoc "\\.system$" auto-mode-alist)
|
(unless (assoc "\\.system$" auto-mode-alist)
|
||||||
(push '("\\.system$" . lisp-mode) auto-mode-alist))
|
(push '("\\.system$" . lisp-mode) auto-mode-alist))
|
||||||
|
|
||||||
|
(put 'process-http-headers 'common-lisp-indent-function '(4 4 &body))
|
||||||
|
|
||||||
;;; Auto-insertion
|
;;; Auto-insertion
|
||||||
;;(add-hook 'find-file-hooks 'auto-insert)
|
;;(add-hook 'find-file-hooks 'auto-insert)
|
||||||
(define-auto-insert "/CLASH/.*\\.cl$"
|
(define-auto-insert "/CLASH/.*\\.cl$"
|
||||||
|
|||||||
Reference in New Issue
Block a user