all repos — nixfiles @ 973e6b42bdb8e0c011957dda2a0900befdd744e0

System and user configuration, managed by nix and home-manager

Emacs: don't set line-spacing on x11/linux systems

Alan Pearce
commit

973e6b42bdb8e0c011957dda2a0900befdd744e0

parent

02f428fd54612d9524a08245bc76f3157a49c994

1 file changed, 1 insertion(+), 3 deletions(-)

jump to
M user/emacs/init.eluser/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