From 3471b5e8c3aefcfa5b9812c4fa7812e6877a9f54 Mon Sep 17 00:00:00 2001 From: Tobias Ostner Date: Mon, 20 Mar 2023 08:19:37 +0100 Subject: [PATCH] Widen line spacing --- .emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 08b35ce..80b4cad 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -214,7 +214,7 @@ :variable-pitch-family "Iosevka Comfy Duo" :bold-weight bold :italic-slant italic - :line-spacing 0.2))) + :line-spacing 0.25))) (fontaine-set-preset 'regular)) (use-package js2-mode)