Discussion:
[AUCTeX] Menu Bar help
Lance Drager
2017-07-20 20:30:50 UTC
Permalink
This is an emacs question, but someone on this list should know how to
do it.

On some machines I'm working with, unneeded menu bar icons push the
AuC-TeX icons to the pull-down tail of the menu bar. How do you
customize the entries in this menu bar?

Thanks.

Lance Drager
Mandar Mitra
2017-07-21 18:28:34 UTC
Permalink
Post by Lance Drager
This is an emacs question, but someone on this list should know how
to do it.
On some machines I'm working with, unneeded menu bar icons push the
AuC-TeX icons to the pull-down tail of the menu bar. How do you
customize the entries in this menu bar?
I'm not sure if this is what you meant, but I have the following in my .emacs to get rid of some menu bar entries that I never use.

(global-unset-key [menu-bar file])
(global-unset-key [menu-bar buffer])
(global-unset-key [menu-bar jabber-menu])

-mandar.

Loading...