mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 02:30:38 -08:00
8 lines
170 B
Common 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))
|