aboutsummaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-04-04 22:18:44 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-04-04 23:45:08 -0700
commit24a1cef03349e64db368a297ba4d361d3734895d (patch)
tree9760e494b1595feb838bc98926df72304baf6967 /emacs
parente7dbb5a99d6bad042da868f0b6f485aaeaa178a3 (diff)
downloadconsfigurator-24a1cef03349e64db368a297ba4d361d3734895d.tar.gz
add Emacs indentation information for OS:TYPECASE, OS:ETYPECASE
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
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)