technomancy / emacs-starter-kit

[ARCHIVED] this is ancient history
GNU General Public License v3.0
2.86k stars 887 forks source link

Enabling menubar as default? #165

Open dumbledad opened 10 years ago

dumbledad commented 10 years ago

I'm just trying to pick up emacs after 20 or so years away as it appears to be the best way to use Clojure and Overtone. Having installed the emacs-starter-kit I have lost the menubar which was proving very useful to reorient myself with the emacs commands. From searching I can see that C-x F10 restores it for a session, how do I turn it back on by default?

PureAbstract commented 10 years ago

Try M-x customize-variable menu-bar-mode

dumbledad commented 10 years ago

That worked a treat - thanks