When launching emacs, I've been manually calling
(dotimes (i (or arg 15))
(spacemacs/zoom-frm-in))
to zoom the frame in 15 times over. I actually added this to a script so that it happens every time I launch a new instance of emacs.
The problem is that it is pretty laggy/takes a few seconds of stutter for it to achieve this.
Question: Is there a way to set the default size of an emacs frame when it launches (to avoid this stutter/lag) to 15x the default?