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