kaofelix / flycheck-colored-status

A Flycheck colored status for Emacs' mode line

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flycheck colored status

This minor mode replaces the default Flycheck mode line status indicators with more colorful and (to me at least) more noticeable indicators for the error, warning and info levels. It mimicks the indicators I saw somewhere...

Screenshot

Installation

Copy flycheck-colored-status.el into a directory that appears in your Emacs' load-path.

Usage

Simply add the following line to your emacs configuration:

(require 'flycheck-colored-status)

Customization

The symbol used (a dot by default) and the colors can be customized:

M-x customize-group
flycheck-colored-status

Limitations

Bug: Currently the Flycheck menu isn't displayed when the colored dots are clicked.

About

A Flycheck colored status for Emacs' mode line


Languages

Language:Emacs Lisp 100.0%