diff --git a/LightTable-instructions.md b/LightTable-instructions.md new file mode 100644 index 0000000..ffe5605 --- /dev/null +++ b/LightTable-instructions.md @@ -0,0 +1,15 @@ +Create a css file somewhere, in my case `/Users/prokopov/.lighttable.css`: + +```css +.CodeMirror { text-rendering: optimizeLegibility; } +``` + +Open LightTable, press `Ctrl + Space`, open `Settings: User Behaviors`. + +Add this: + +```clj +[:app :lt.objs.plugins/load-css "/Users/prokopov/lighttable.css"] +``` + +Save, changes should apply immediately. \ No newline at end of file