Adjusting the line height is a very nice feature of Lighttable. Following the documentation, I'm modifying the User behaviors with:
;; The editor tag is applied to all editors
:editor [:lt.objs.editor/no-wrap
(:lt.objs.style/set-theme "default")
(:lt.objs.style/font-settings "Ubuntu" 12 1.5)
]
However, I'm getting a quite erratic behavior when putting a non-integer line height (here 1.5
). When saving the file, the automatic refresh sometimes work, sometimes not. When I put an integer height instead (say 1
or 2
), it reloads perfectly.
So I'm wondering: is it allowed to put non-integer line height? Or is there just a bug in the reload process?