diff options
-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 |