aboutsummaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/consfigurator.el.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs/consfigurator.el.in b/emacs/consfigurator.el.in
index b8c3ade..7ca9ef9 100644
--- a/emacs/consfigurator.el.in
+++ b/emacs/consfigurator.el.in
@@ -1,7 +1,7 @@
;;; consfigurator.el --- Utilities for working with Consfigurator consfigs
;; Author: Sean Whitton <spwhitton@spwhitton.name>
-;; Version: 0.8.0
+;; Version: 0.9.0
;; Copyright (C) 2021 Sean Whitton
@@ -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)))