mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 10:40:45 -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
|
|
@ -25,12 +25,12 @@
|
|||
|
||||
(defun projects-list-local-systems ()
|
||||
(if *no-quicklisp*
|
||||
(list *start-project*)
|
||||
(last (pathname-directory (uiop:getcwd)))
|
||||
(funcall (read-from-string "ql:list-local-systems"))))
|
||||
|
||||
(defun projects-local-directories ()
|
||||
(if *no-quicklisp*
|
||||
nil
|
||||
(symbol-value (read-from-string "asdf:*central-registry*"))
|
||||
(symbol-value (read-from-string "ql:*local-project-directories*"))))
|
||||
|
||||
(defun projects-setup (panel)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue