By default Emacs will display its tooltips in a separate frame. If you want to force Emacs to use the echo area exclusively, you can do that with this handy code snippet:
(tooltip-mode -1)
(setq tooltip-use-echo-area t)
By default Emacs will display its tooltips in a separate frame. If you want to force Emacs to use the echo area exclusively, you can do that with this handy code snippet:
(tooltip-mode -1)
(setq tooltip-use-echo-area t)
Are you struggling with the basics? Have you mastered movement and editing yet? When you have read Mastering Emacs you will understand Emacs.
Have you read my Reading Guide yet? It's a curated guide to most of my articles, and I guarantee you'll learn something whether you're a beginner or an expert. And why not check out my book?
I write infrequently, so go on โ sign up and receive an e-mail when I write new articles
Copyright 2010-24 Mickey Petersen. Terms & Privacy Policy (Last updated 2022-05-24.)