From 2d25670b3ef59720edf0b6a5c55a03e64f0d0015 Mon Sep 17 00:00:00 2001 From: Camden Dixie O'Brien Date: Fri, 1 Jan 2021 00:00:29 +0000 Subject: [PATCH] increase line spacing --- config.org | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config.org b/config.org index e937fca..1e53cd6 100644 --- a/config.org +++ b/config.org @@ -26,6 +26,12 @@ The default window size is just a little too small for my taste. (when window-system (set-frame-size (selected-frame) 90 48)) #+end_src +And I like a little more line spacing than default. + +#+begin_src emacs-lisp + (setq-default line-spacing 0.2) +#+end_src + Also, the menu-, tool- and scroll-bar are ugly, take up space and I don't use them.