Solved How do I restore the top menu in ee...

I use the default editor ee(1) quite a bit and somehow I've got it into 'menuless' mode, so the top menu is absent. I guess this is the same as starting ee with the '-i' command line switch.

I've done my due diligence but Google tells me nothing, nor does the man page. How do I restore the normal appearance?
 
Check if you have a ~/.init.ee it may have been set there. Or a .init.ee in your local directory (the directory from where you invoked ee(1)).

Code:
       The file usr/share/misc/init.ee is read first, then $HOME/.init.ee,
       then .init.ee, with the settings specified by the most recent file read
       taking precedence.
 
Thank you for the suggestions. /usr/share/misc/init.ee has the following contents:
emacs noexpand nomargins

$HOME/.init.ee doesn't exist.
 
Back
Top