aboutsummaryrefslogtreecommitdiff
path: root/config.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'config.lisp')
-rw-r--r--config.lisp4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.lisp b/config.lisp
new file mode 100644
index 0000000..26e7a69
--- /dev/null
+++ b/config.lisp
@@ -0,0 +1,4 @@
+(defconstant +temper-open+ "<%")
+(defconstant +temper-close+ "%>")
+(defconstant +temper-close-len+ (length +temper-close+))
+(defconstant +temper-interpolate+ #\=)