all repos — archive/dotfiles @ ee3fac4c2bb1c62c66084fdcd4f5f89917448689

Superseded by nixfiles

Emacs: increase line-spacing
Alan Pearce alan@alanpearce.eu
Fri, 20 Sep 2019 14:55:56 +0200
commit

ee3fac4c2bb1c62c66084fdcd4f5f89917448689

parent

60abbffe9966e88d9e69c8f6e2ab027cc35f63f1

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M emacs/.emacs.d/main.elemacs/.emacs.d/main.el
@@ -45,6 +45,8 @@ (when (or (daemonp)
            window-system)
   (load-theme 'almost-mono-white t)
+  (if (eq window-system 'x)
+      (setq-default line-spacing 0.2))
   (setq frame-background-mode 'light)
   (mapc 'frame-set-background-mode (frame-list)))
   (let ((line (face-attribute 'mode-line :underline)))