increase line spacing

This commit is contained in:
Camden Dixie O'Brien 2021-01-01 00:00:29 +00:00
parent 2ac02b7d6a
commit 2d25670b3e

View File

@ -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.