Fork me on GitHub
#editors
<
2015-06-25
>
tjg14:06:46

In Light Table, anyone know how to enable instarepl by default? This sad attempt (in user.behaviors) doesn't seem to work: [:editor.clojure :editor.clj.instarepl]

pataprogramming16:06:51

Another LightTable question: in the instarepl, compilation errors overlay the bottom of the editing area, this makes that it's impossible to see the text that's underneath...and this is always an issue when you reach the bottom of the window, and start typing.

pataprogramming16:06:09

Any workarounds for this? Even moving the error box to the right side of the window would improve things.

tjg19:06:54

Ok, this seems to basically do what I want:

[:editor.clojure :lt.objs.editor.file/on-save :instarepl-current]

tjg19:06:24

Or perhaps better yet:

[:editor.clojure :lt.objs.editor/on-change :instarepl-current]

pataprogramming20:06:55

Hm, looks like my issue is a known one, but unfixed. https://github.com/LightTable/LightTable/issues/1586