about summary refs log tree commit diff stats
path: root/.repl
diff options
context:
space:
mode:
authorCase Duckworth2023-05-31 16:52:12 -0500
committerCase Duckworth2023-05-31 16:52:12 -0500
commitdbe9d6f35e71786efd193daaab39f4e791317e74 (patch)
treeb9ac131cfd92461a209295bec8f1c2b41d244fdb /.repl
parentFix linebreaks (diff)
downloadyolk-dbe9d6f35e71786efd193daaab39f4e791317e74.tar.gz
yolk-dbe9d6f35e71786efd193daaab39f4e791317e74.zip
Add (yolk attrs)
Diffstat (limited to '.repl')
-rw-r--r--.repl2
1 files changed, 1 insertions, 1 deletions
diff --git a/.repl b/.repl index 8adbefe..1c161d1 100644 --- a/.repl +++ b/.repl
@@ -7,7 +7,7 @@
7;;; Load libraries 7;;; Load libraries
8 8
9(let loop ((load-files '("yolk.common" 9(let loop ((load-files '("yolk.common"
10 "yolk.colors" 10 "yolk.attrs"
11 "yolk.cursor" 11 "yolk.cursor"
12 "yolk.erase" 12 "yolk.erase"
13 "yolk.xterm"))) 13 "yolk.xterm")))