diff options
author | Case Duckworth | 2023-08-24 12:42:22 -0500 |
---|---|---|
committer | Case Duckworth | 2023-08-24 12:42:22 -0500 |
commit | 76b7e6eeaf99e5aeac3d9f651bc548f2c537ce85 (patch) | |
tree | 6bef69a73a9ed2619ac2bfc0a5ee75cc8714a3f7 /.repl | |
parent | A new start (again) (diff) | |
download | boudin-76b7e6eeaf99e5aeac3d9f651bc548f2c537ce85.tar.gz boudin-76b7e6eeaf99e5aeac3d9f651bc548f2c537ce85.zip |
bleh again
Diffstat (limited to '.repl')
-rw-r--r-- | .repl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.repl b/.repl index 229237b..2d1a330 100644 --- a/.repl +++ b/.repl | |||
@@ -1,4 +1,6 @@ | |||
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") | ||
6 | ) | ||