Hey folks, how can i maximize emacs font size when starting it?
Holy batman this is old! But since we have Slack search history now, I'll answer for newbies:
This snippet will set the font & size on init
(set-face-attribute 'default nil :font "Menlo" :height 180)
I am using prelude