export enable-pythonic-string-syntax, enable-punch-syntax from CIEL

This commit is contained in:
vindarel 2021-04-18 12:03:42 +02:00
parent 892cc1f917
commit 903b25d982

View file

@ -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)