diff --git a/config.org b/config.org index 63aed18..225a402 100644 --- a/config.org +++ b/config.org @@ -22,13 +22,7 @@ needs to be set up to install them if they aren't already. (setq inhibit-startup-screen t) #+end_src - The default window size is just a little too small for my taste. - - #+begin_src emacs-lisp - (when window-system (set-frame-size (selected-frame) 90 48)) - #+end_src - - And I like a little more line spacing than default. + I like a little more line spacing than default. #+begin_src emacs-lisp (setq-default line-spacing 0.2)