Lance Drager wrote (Thu, Jul 20, 2017 at 03:30:50PM -0500): > 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. _______________________________________________ auctex mailing list [email protected] https://lists.gnu.org/mailman/listinfo/auctex
