Image is self-explanatory. How do I get the OS Menu Bar to show in Aquamacs (3.2 GNU Emacs 24.4.51.2)?
Asked
Active
Viewed 225 times
0
-
I've never used Aquamacs. Does `M-x menu-bar-mode` help? – ChrisGPT was on strike Aug 03 '15 at 17:57
-
It did the trick after restarting Aquamacs , @Chris! Thanks much. – Dan Aug 03 '15 at 18:00
-
Glad it worked. I've added this as an answer, along with something to put in your config file (usually `~/.emacs.d/init.el` or `~/.emacs`) to automate the process. – ChrisGPT was on strike Aug 03 '15 at 18:11
1 Answers
1
Interactively, you can try M-x menu-bar-mode
, which toggles the menu bar. If you wish to always show the menu bar, you can add this to your configuration file:
(menu-bar-mode)

ChrisGPT was on strike
- 127,765
- 105
- 273
- 257