summary refs log tree commit diff stats
path: root/user
diff options
context:
space:
mode:
authorAlan Pearce2023-07-19 20:08:37 +0200
committerAlan Pearce2023-07-19 20:08:37 +0200
commit973e6b42bdb8e0c011957dda2a0900befdd744e0 (patch)
treeb99702bf996bcc60c07d171eb33b9743a9bdf810 /user
parent02f428fd54612d9524a08245bc76f3157a49c994 (diff)
downloadnixfiles-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.el4
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