Emacs Init: Line Height

By Xah Lee. Date: .

To set a default line spacing, put this in your Emacs Init File:

(setq-default line-spacing 0.5)

The value can be a integer or decimal number.

Note that the spacing height between lines also depends on font. [see Emacs Init: Setup Font]

emacs line spacing 2020-04-13 jskdz
emacs line spacing 2020-04-13

Emacs Line Height