Skip to content

blue0513/flycheck-flash-mode-line

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Flycheck flash mode line

Flash mode line when flycheck detects errors !!

How It Works

When flycheck detects errors, mode line will flash instantly.

gif

Usage

In your init.el, write code as bellow.

(add-to-list 'load-path "YOUR PATH")
(require 'flycheck-flash-mode-line)

;; enable minor mode
(flycheck-flash-mode-line t)

When flycheck detects errors, mode line will flash !!

Customize

If you want to change the flash color

(setq ffml--mode-line-color "YOUR FAVORITE COLOR")

About

Flash mode line when flycheck detects errors !!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published