From 2f44f9c559a775a6a6004713722f4c0c60c78dfa Mon Sep 17 00:00:00 2001 From: Camden Dixie O'Brien Date: Fri, 1 Jan 2021 00:00:31 +0000 Subject: [PATCH] Remove size-setting bit Doesn't do anything now that I'm using EXWM --- config.org | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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)