all repos — nixfiles @ ee3fac4c2bb1c62c66084fdcd4f5f89917448689

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

Emacs: increase line-spacing

Alan Pearce
commit

ee3fac4c2bb1c62c66084fdcd4f5f89917448689

parent

60abbffe9966e88d9e69c8f6e2ab027cc35f63f1

1 file 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)))