Skip to content

gexplorer/flycheck-indicator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

flycheck-indicator

MELPA

An Emacs minor-mode to get a fancy mode line indicator for Flycheck.

Configuration

Manual

(require 'flycheck-indicator)

(eval-after-load "flycheck"
    '(add-hook 'flycheck-mode-hook 'flycheck-indicator-mode))

With use-package

(use-package flycheck-indicator
  :hook (flycheck-mode . flycheck-indicator-mode))

Customization

The icons and faces can be customized in the customization group flycheck-indicator:

M-x customize-group
flycheck-indicator

Examples

Here are some screenshots of the indicator in all the possible statuses with default (left) and customized (right) status icon with Solarized theme.

Fancy indicators

About

A fancy mode line indicator for `flycheck-mode'

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published