Remove size-setting bit

Doesn't do anything now that I'm using EXWM
This commit is contained in:
Camden Dixie O'Brien 2021-01-01 00:00:31 +00:00
parent f5477e58fc
commit 2f44f9c559

View File

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