diff options
author | Alan Pearce | 2019-09-20 14:55:56 +0200 |
---|---|---|
committer | Alan Pearce | 2019-09-20 14:55:56 +0200 |
commit | ee3fac4c2bb1c62c66084fdcd4f5f89917448689 (patch) | |
tree | ebb313ffad4a1ad4f860368d6f952f61afe6726f | |
parent | 60abbffe9966e88d9e69c8f6e2ab027cc35f63f1 (diff) | |
download | dotfiles-ee3fac4c2bb1c62c66084fdcd4f5f89917448689.tar.lz dotfiles-ee3fac4c2bb1c62c66084fdcd4f5f89917448689.tar.zst dotfiles-ee3fac4c2bb1c62c66084fdcd4f5f89917448689.zip |
Emacs: increase line-spacing
-rw-r--r-- | emacs/.emacs.d/main.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el index e13a81d..ffafd39 100644 --- a/emacs/.emacs.d/main.el +++ b/emacs/.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))) |