From 903b25d982eff9f32a3e2daab8f9fa201a1dc4c1 Mon Sep 17 00:00:00 2001 From: vindarel Date: Sun, 18 Apr 2021 12:03:42 +0200 Subject: [PATCH] export enable-pythonic-string-syntax, enable-punch-syntax from CIEL --- src/ciel.lisp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/ciel.lisp b/src/ciel.lisp index eccb080..0ac1432 100644 --- a/src/ciel.lisp +++ b/src/ciel.lisp @@ -2,7 +2,10 @@ (in-package :cl-user) (defpackage ciel (:use :cl) - (:export :enable-shell-passthrough)) + (:export :enable-shell-passthrough + :enable-pythonic-string-syntax + :enable-punch-syntax)) + (in-package :ciel)