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.
当我运行一个提示在 minibuffer 中输入的命令时,文本被所谓的有用消息覆盖很烦人,例如:
You can run the command 'package-list-packages' with <menu bar> <options> <packages>
有没有办法专门为我从不使用的菜单栏建议禁用这些?如果没有,我怎样才能全局禁用它们?
将变量设置suggest-key-bindings为nil。
suggest-key-bindings
nil
(setq suggest-key-bindings nil)