Emacs: add line spacing
1 file changed, 2 insertions(+), 0 deletions(-)
jump to
M emacs/.emacs.d/main.el → emacs/.emacs.d/main.el
@@ -168,6 +168,8 @@ ;; because I manage those in my [[file:~/projects/dotfiles/tag-xresources/xresources/main][XResources file]]. (when (or (display-graphic-p) (daemonp)) + (setq-default line-spacing 0.2) + (defun use-variable-fonts () (interactive) (variable-pitch-mode)