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.