Skip to content

hitode909/emacs-highlight-unique-symbol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 

Repository files navigation

highlight-unique-symbol

  • Highlight symbols which not appear in the repository.
  • That may be typo, miss spell or unused method.
  • Support Git repositories.

Usage

(require 'highlight-unique-symbol)
(highlight-unique-symbol t)

Configuring

You can configure these settings with M-x customize-group RET highlight-unique-symbol RET.

highlight-unique-symbol:interval
Interval to check symbol at cursor.
highlight-unique-symbol:face
Face of unique symbols.

Releases

No releases published

Packages

No packages published