mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-05 18:20:33 -08:00
6 lines
222 B
Common Lisp
6 lines
222 B
Common Lisp
;;; this file will be loaded every time QML has been reloaded
|
|
|
|
(in-package :qml-user)
|
|
|
|
;; delay needed here because of initial reload
|
|
(qsingle-shot 1000 (lambda () (eval:eval-in-thread "(qml::help)"))) ; show help in REPL
|