From fd536436e2e91361a78d0cf9e5bdb8d8ab384f3e Mon Sep 17 00:00:00 2001 From: Nikita Prokopov Date: Wed, 18 Sep 2019 11:09:16 +0200 Subject: [PATCH] Destroyed LightTable instructions (markdown) --- LightTable-instructions.md | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 LightTable-instructions.md 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