1
1
mirror of https://github.com/tonsky/FiraCode.git synced 2024-07-04 16:06:26 +03:00

Created LightTable instructions (markdown)

Nikita Prokopov 2015-12-20 19:51:29 +05:00
parent f4a285bc66
commit 323a920002

@ -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.