Vim window logic, slimv
This commit is contained in:
parent
babcc9e44b
commit
515847d07e
791 changed files with 51552 additions and 86 deletions
|
|
@ -0,0 +1,23 @@
|
|||
;;;; package.lisp
|
||||
|
||||
(defpackage #:quickproject
|
||||
(:documentation "The Quickproject package.")
|
||||
(:use #:cl)
|
||||
(:export #:make-project
|
||||
#:*after-make-project-hooks*
|
||||
#:*author*
|
||||
#:*license*
|
||||
#:*template-directory*
|
||||
#:*include-copyright*
|
||||
#:default-template-parameters
|
||||
#:*template-parameter-functions*)
|
||||
(:shadowing-import-from #:html-template
|
||||
#:fill-and-print-template
|
||||
#:*template-start-marker*
|
||||
#:*template-end-marker*)
|
||||
(:shadowing-import-from #:cl-fad
|
||||
#:pathname-as-directory
|
||||
#:walk-directory))
|
||||
|
||||
(in-package #:quickproject)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue