Vim window logic, slimv

This commit is contained in:
Ian Keane 2020-02-24 20:27:04 -05:00
parent babcc9e44b
commit 515847d07e
791 changed files with 51552 additions and 86 deletions

View file

@ -0,0 +1,12 @@
;;;; quickproject.asd
(asdf:defsystem #:quickproject
:description "Creates the skeleton of a new Common Lisp project"
:version "1.4.1"
:author "Zach Beane <xach@xach.com>"
:license "MIT"
:depends-on (#:cl-fad
#:html-template)
:serial t
:components ((:file "package")
(:file "quickproject")))