mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
option to handle evals on main thread so break can work with sbcl
This commit is contained in:
parent
6f61020904
commit
acf55705ab
4 changed files with 72 additions and 63 deletions
2
tools/preferences.lisp.sample
vendored
2
tools/preferences.lisp.sample
vendored
|
|
@ -69,6 +69,8 @@
|
|||
(setf *clog-repl-open-console-on-start* nil)
|
||||
(setf *clog-repl-send-result-to-console* nil)
|
||||
(setf *clog-repl-private-console* t)
|
||||
;; eval on main thread so (break) works for sbcl.
|
||||
(setf *clog-repl-eval-on-main-thread* nil)
|
||||
|
||||
;; CLOG Panel Builder
|
||||
(setf *builder-render-right-margin* 80)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue