prelude

Daouda 2019-06-17T18:16:29.001200Z

Hey folks, how can i maximize emacs font size when starting it?

Quest 2022-01-06T20:18:35.000200Z

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)

Daouda 2019-06-17T18:16:51.001800Z

I am using prelude