diff options
author | Alan Pearce | 2023-07-19 20:08:37 +0200 |
---|---|---|
committer | Alan Pearce | 2023-07-19 20:08:37 +0200 |
commit | 973e6b42bdb8e0c011957dda2a0900befdd744e0 (patch) | |
tree | b99702bf996bcc60c07d171eb33b9743a9bdf810 /user | |
parent | 02f428fd54612d9524a08245bc76f3157a49c994 (diff) | |
download | nixfiles-973e6b42bdb8e0c011957dda2a0900befdd744e0.tar.lz nixfiles-973e6b42bdb8e0c011957dda2a0900befdd744e0.tar.zst nixfiles-973e6b42bdb8e0c011957dda2a0900befdd744e0.zip |
Emacs: don't set line-spacing on x11/linux systems
Diffstat (limited to 'user')
-rw-r--r-- | user/emacs/init.el | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/user/emacs/init.el b/user/emacs/init.el index 5aedaf7b..2b7e9ce7 100644 --- a/user/emacs/init.el +++ b/user/emacs/init.el @@ -81,9 +81,7 @@ (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 |