How to remove the YASnippet category from the Emacs menu bar?
Add these line after loading Yasnippet
(setq yas-use-menu nil) (yas-reload-all)
M-x customize-variable RET yas-use-menu
A value of nil should do the job
Add these line after loading Yasnippet