increase line spacing
This commit is contained in:
parent
2ac02b7d6a
commit
2d25670b3e
@ -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))
|
(when window-system (set-frame-size (selected-frame) 90 48))
|
||||||
#+end_src
|
#+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
|
Also, the menu-, tool- and scroll-bar are ugly, take up space and I
|
||||||
don't use them.
|
don't use them.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user