diff options
author | colin <colin@cicadas.surf> | 2024-10-03 06:09:39 -0700 |
---|---|---|
committer | colin <colin@cicadas.surf> | 2024-10-03 06:09:39 -0700 |
commit | 7b6d849122cc4280bdf4ff57cda71a881f406158 (patch) | |
tree | 5688b47d0e275b4f54a0cce0d8d67ef2016676a4 | |
parent | 7bca96922a1dd9b7c68b5fe301cfb71e8d3dbded (diff) |
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | .projectile | 1 | ||||
-rw-r--r-- | qlfile | 1 | ||||
-rw-r--r-- | qlfile.lock | 8 |
4 files changed, 12 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1eee443 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.qlot/ +*~
\ No newline at end of file diff --git a/.projectile b/.projectile new file mode 100644 index 0000000..a1d08d9 --- /dev/null +++ b/.projectile @@ -0,0 +1 @@ +-/.qlot
\ No newline at end of file @@ -0,0 +1 @@ +git argot https://cicadas.surf/cgit/colin/argot.git diff --git a/qlfile.lock b/qlfile.lock new file mode 100644 index 0000000..e133c87 --- /dev/null +++ b/qlfile.lock @@ -0,0 +1,8 @@ +("quicklisp" . + (:class qlot/source/dist:source-dist + :initargs (:distribution "https://beta.quicklisp.org/dist/quicklisp.txt" :%version :latest) + :version "2023-10-21")) +("argot" . + (:class qlot/source/git:source-git + :initargs (:remote-url "https://cicadas.surf/cgit/colin/argot.git") + :version "git-1504c36d166a81de08d93d8a5a85e4c36467f7b1")) |