Search code examples
macosemacs

How to toggle fullscreen with Emacs as default?


I am using the mac emacs from http://emacsformacosx.com/, and I need to click the maximized icon when I start my emacs.

How can I set the maximized emacs window as default?


Solution

  • Ryan McGeary's maxframe.el works well for me on both Aquamacs and Emacs.app. I found it through EmacsWiki: http://www.emacswiki.org/emacs/FullScreen . That page talks about a patched version which is now a 404 page, but the original one at https://github.com/rmm5t/maxframe.el seems to work fine.