mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
Support no-quicklisp asdf systems and OCICL
This commit is contained in:
parent
eda76103cb
commit
e189b51c87
9 changed files with 196 additions and 33 deletions
4
templates/projects/clog/tmpl.lisp.lt
vendored
4
templates/projects/clog/tmpl.lisp.lt
vendored
|
|
@ -1,10 +1,12 @@
|
|||
(defpackage #:<%= (@ sys-name) %>
|
||||
(:use #:cl #:clog)
|
||||
(:use #:cl #:clog #:clog-gui)
|
||||
(:export start-app))
|
||||
|
||||
(in-package :<%= (@ sys-name) %>)
|
||||
|
||||
(defun on-new-window (body)
|
||||
;; To enable use of builder panels
|
||||
;; (clog-gui-initialize body)
|
||||
;; Use the panel-box-layout to center horizontally
|
||||
;; and vertically our div on the screen.
|
||||
(let* ((layout (create-panel-box-layout body)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue