diff options
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 | ) | ||