6 ms·
How do you get true fullscreen mode in Emacs on OS X?
by marchdown 14y ago
How do you get true fullscreen mode in Emacs on OS X?
- brainid 14y agoWith Emacs 24 you can use ns-toggle-fullscreen.
- marchdown 14y agoEmacs 24.2.1 here, no matches for "ns-toggle fullscreen". Edit: no luck with the latest pretest (24.2.93.1) either.
- dustingetz 14y agofor `M-x ns-toggle-fullscreen` you need `brew install emacs --cocoa`
- abstractbill 14y agoI have (set-frame-parameter nil 'fullscreen 'fullboth) in my .emacs, and it just works (GNU Emacs 24.2.91.1 (x86_64-apple-darwin, NS apple-appkit-1038.36)).
- nfg 14y agoIf using macports then install using port install emacs-app +fullscreen Then ns-toggle-fullscreen as mentioned below.
- emidln 14y agoIn addition to the mac-specific ways, if you set your Terminal app to Fullscreen (the double diagonal arrows on the top right of Lion+), you can just invoke emacs from the command line. I did this while evaluating whether emacs+evil was something I'd be interested in and it worked just fine. To be honest, I spend most of my time using OSX in a single fullscreen Terminal.app inside tmux.