Skip to content

Wilfred/flycheck-title

Repository files navigation

flycheck-title

MELPA

screenshot

flycheck-title lets you view flycheck messages in the frame title, keeping the minibuffer free for other things.

Existing approaches

Flycheck shows errors in the minibuffer by default. However, if you're also using eldoc, you can get flicker:

flicker

An alternative is flycheck-pos-tip, which shows the errors in a pop-up. This can be problematic when you're using completion pop-ups:

overlapping

How do I install it?

Install from MELPA, then add the following to your Emacs configuration:

(with-eval-after-load 'flycheck
  (flycheck-title-mode))

About

show flycheck errors in the frame title

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published