mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
add test to push new
This commit is contained in:
parent
9eb007c70e
commit
5425a33839
1 changed files with 3 additions and 1 deletions
|
|
@ -12,7 +12,9 @@
|
|||
(defun projects-setup (panel)
|
||||
(let* ((app (connection-data-item panel "builder-app-data")))
|
||||
(when (uiop:directory-exists-p #P"~/common-lisp/")
|
||||
(pushnew #P"~/common-lisp/" (symbol-value (read-from-string "ql:*local-project-directories*"))))
|
||||
(pushnew #P"~/common-lisp/"
|
||||
(symbol-value (read-from-string "ql:*local-project-directories*"))
|
||||
:test #'equalp))
|
||||
(add-select-option (project-list panel) "None" "None")
|
||||
(dolist (n (sort (projects-list-local-systems) #'string-lessp))
|
||||
(add-select-option (project-list panel) n n))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue