Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何从 Emacs 菜单栏中删除 YASnippet 类别?
Mx 自定义变量 RET yas-use-menu
nil 值应该可以完成这项工作
加载 Yasnippet 后添加这些行
(setq yas-use-menu nil) (yas-reload-all)