example 'cl-repl': add 'settings/colors.lisp', default '.eclrc'; upgrade LQML version number

This commit is contained in:
pls.153 2022-08-18 22:43:28 +02:00
parent cb04d9e3a2
commit b96d377926
8 changed files with 100 additions and 4 deletions

View file

@ -3,6 +3,6 @@
(ignore-errors ; don't hang on startup
(load (merge-pathnames ".eclrc")))
#+(or android ios)
#+mobile
(when qml::*remote-ip*
(qsingle-shot 1000 'auto-reload-qml))