diff options
author | Case Duckworth | 2023-09-06 22:45:45 -0500 |
---|---|---|
committer | Case Duckworth | 2023-09-06 22:45:45 -0500 |
commit | 59598f42c16cf12e544e5bf2ce9c873fba94238e (patch) | |
tree | 055f106b72f289f59d4af417a24448e4983dbec3 /.repl | |
parent | A new start (again) (diff) | |
download | boudin-59598f42c16cf12e544e5bf2ce9c873fba94238e.tar.gz boudin-59598f42c16cf12e544e5bf2ce9c873fba94238e.zip |
A newerer beginning
Diffstat (limited to '.repl')
-rw-r--r-- | .repl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.repl b/.repl index 229237b..b8f4fc9 100644 --- a/.repl +++ b/.repl | |||
@@ -1,4 +1,5 @@ | |||
1 | ;; -*- scheme -*- | 1 | ;; -*- scheme -*- |
2 | (import (beaker system)) | 2 | (import (beaker system)) |
3 | 3 | ||
4 | (print "> (load-system \"boudin.egg\")") | 4 | (define (setup-repl) |
5 | (load-system "boudin.egg")) | ||