Comment 3 for bug 155483

Revision history for this message
Ryan T. Sammartino (ryan-sammartino) wrote :

It seems somewhere something in /etc/emacs/site-start.d/ is now hiding the menu bar, scroll bar and tool bar.

I had to set these variables in my .emacs to get these things back.

'(menu-bar-mode t)
'(scroll-bar-mode (quote left))
'(speedbar-frame-parameters (quote ((minibuffer) (width . 20) (border-width . 0) (menu-bar-lines . 0) (tool-bar-lines . 0) (unsplittable . t) (set-background-color "black"))))
'(tool-bar-mode t))