mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 10:31:34 -08:00
8 lines
180 B
Common Lisp
8 lines
180 B
Common Lisp
(in-package :editor)
|
|
|
|
(ignore-errors ; don't hang on startup
|
|
(load (merge-pathnames ".eclrc")))
|
|
|
|
#+(or android ios)
|
|
(when qml::*remote-ip*
|
|
(qsingle-shot 1000 'auto-reload-qml))
|