Skip to content

Wilfred/flycheck-title

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

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