Removed an unnecessary dependency.
authorSaba Saba <saba@sabadev.xyz>
Thu, 9 Feb 2023 17:26:23 +0000 (12:26 -0500)
committerSaba Saba <saba@sabadev.xyz>
Thu, 9 Feb 2023 17:26:23 +0000 (12:26 -0500)
git-repl.cl

index 0e49db6..3e71641 100644 (file)
@@ -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)