[Help]
Top Level
Ask OLC a question
Athena Consulting Homepage
Helpdesk Stock Answers (for Mac/PC questions)
Disabling MENU and SCROLLBAR in EMACS
To disable the menu bar, place the following line in your .emacs file: (menu-bar-mode -1) To disable the scrollbar, use the following line: (toggle-scroll-bar -1) Last Updated: 4/15/00