projects
/
git-repl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
074478b
)
Removed an unnecessary dependency.
author
Saba Saba
<saba@sabadev.xyz>
Thu, 9 Feb 2023 17:26:23 +0000
(12:26 -0500)
committer
Saba Saba
<saba@sabadev.xyz>
Thu, 9 Feb 2023 17:26:23 +0000
(12:26 -0500)
git-repl.cl
patch
|
blob
|
history
diff --git
a/git-repl.cl
b/git-repl.cl
index
0e49db6
..
3e71641
100644
(file)
--- a/
git-repl.cl
+++ b/
git-repl.cl
@@
-1,6
+1,6
@@
; sbcl --load git-repl.cl --eval "(make)"
-(ql:quickload '("
cl-utilities" "
str" "ltk"))
+(ql:quickload '("str" "ltk"))
(in-package :cl-user)