mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 02:30:38 -08:00
5 lines
143 B
Common Lisp
5 lines
143 B
Common Lisp
;;; this file will be loaded every time QML has been reloaded
|
|
|
|
(in-package :qml-user)
|
|
|
|
(eval:eval-in-thread "(qml::help)") ; show help in REPL
|