Emacs: don't set line-spacing on x11/linux systems
Alan Pearce alan@alanpearce.eu
Wed, 19 Jul 2023 20:08:37 +0200
1 files changed, 1 insertions(+), 3 deletions(-)
jump to
M user/emacs/init.el → user/emacs/init.el
@@ -81,9 +81,7 @@ (let ((current-theme (car custom-enabled-themes))) (setq stimmung-themes-string (if (eq stimmung-themes-string original-stimmung-themes-string) 'none original-stimmung-themes-string)) - (load-theme current-theme :noconfirm)))))) - (if (eq window-system 'x) - (setq-default line-spacing 0.2))) + (load-theme current-theme :noconfirm))))))) (setq font-lock-maximum-decoration '((t . 1)) jit-lock-stealth-time 1.25