lqml/examples/cl-repl/lisp/main.lisp

8 lines
170 B
Common Lisp

(in-package :editor)
(ignore-errors ; don't hang on startup
(load (merge-pathnames ".eclrc")))
#+mobile
(when qml::*remote-ip*
(qsingle-shot 1000 'auto-reload-qml))