From 323a920002737743f1f69a977385642b60215dae Mon Sep 17 00:00:00 2001 From: Nikita Prokopov Date: Sun, 20 Dec 2015 19:51:29 +0500 Subject: [PATCH] Created LightTable instructions (markdown) --- LightTable-instructions.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 LightTable-instructions.md 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