aboutsummaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-07-04 12:07:37 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-07-10 19:39:58 -0700
commitec508517bc89d3934afa9ec91f3787839b14be2d (patch)
treeef0c4d7a3ff2c3b9c40e8430a2eb125c40850b73 /emacs
parente852a6f716fa947f95725cdd28e2123d055fd18b (diff)
downloadconsfigurator-ec508517bc89d3934afa9ec91f3787839b14be2d.tar.gz
add Emacs indentation hint for WITH-UNAPPLY
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'emacs')
-rw-r--r--emacs/consfigurator.el.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/consfigurator.el.in b/emacs/consfigurator.el.in
index b8c3ade..8afefbd 100644
--- a/emacs/consfigurator.el.in
+++ b/emacs/consfigurator.el.in
@@ -33,6 +33,7 @@ corresponding to the final dot-delimited component of their names."
@putforms@
;; Other operators
+ (put 'with-unapply 'common-lisp-indent-function '(&body))
(put 'os:typecase 'common-lisp-indent-function '(as cond))
(put 'os:etypecase 'common-lisp-indent-function '(as cond)))