Do not set standard frame size

This commit is contained in:
Seth Morabito 2022-11-06 06:09:01 -08:00
parent c3507e2dda
commit 0da9a06f4d
1 changed files with 0 additions and 12 deletions

View File

@ -1378,15 +1378,3 @@ understand!
(when (file-exists-p mail-conf)
(load-file mail-conf)))
#+END_SRC
* Final Setup
:PROPERTIES:
:CUSTOM_ID: final
:END:
The last thing I do is set the size of the frame exactly the way I
like it.
#+BEGIN_SRC emacs-lisp
(set-frame-standard-size)
#+END_SRC