diff --git a/LightTable-instructions.md b/LightTable-instructions.md deleted file mode 100644 index 9a599ae..0000000 --- a/LightTable-instructions.md +++ /dev/null @@ -1,15 +0,0 @@ -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