mirror of
https://gitlab.com/vindarel/ciel.git
synced 2026-01-16 06:11:04 -08:00
export enable-pythonic-string-syntax, enable-punch-syntax from CIEL
This commit is contained in:
parent
892cc1f917
commit
903b25d982
1 changed files with 4 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue