aboutsummaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/consfigurator.el.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/emacs/consfigurator.el.in b/emacs/consfigurator.el.in
index dfa34bd..c383877 100644
--- a/emacs/consfigurator.el.in
+++ b/emacs/consfigurator.el.in
@@ -29,7 +29,12 @@ defpackage, where the :consfigurator package is used unqualified,
and packages providing properties have local nicknames
corresponding to the final dot-delimited component of their names."
(interactive)
- @putforms@)
+ ;; Properties
+ @putforms@
+
+ ;; Other operators
+ (put 'os:typecase 'common-lisp-indent-function '(&rest (&whole 2 &rest 1)))
+ (put 'os:etypecase 'common-lisp-indent-function '(&rest (&whole 2 &rest 1))))
(provide 'consfigurator)