I'm just starting to customize emacs on RHEL8, the entirety of the .emacs file is this:
(setq default-frame-alist '((width . 80) (height . 40) (menu-bar-lines . 1)))
When starting Emacs this sets the first frame size appropriately. However, when I create a new frame (C-x 5 2) the new frame does not use these values (it is tiny instead). How do I get subsequent frames to respect the size?