문제

When I run a command that prompts for input in the minibuffer, it's annoying to have the text overwritten by supposedly helpful messages like:

You can run the command 'package-list-packages' with <menu bar> <options> <packages>

Is there a way to disable these specifically for menu bar suggestions, which I never use? If not, how can I disable them globally?

도움이 되었습니까?

해결책

Set variable suggest-key-bindings to nil.

(setq suggest-key-bindings nil)
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top