emacs init: Line Height

By Xah Lee. Date: . Last updated: .

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 height between lines also depends on font. [see emacs init: Set default font]

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

Reference

Emacs Line Height