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

Destroyed LightTable instructions (markdown)

Nikita Prokopov 2019-09-18 11:09:16 +02:00
parent 5d27114635
commit fd536436e2

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