highlight-unique-symbol

Homepage: https://github.com/hitode909/emacs-highlight-unique-symbol

Updated:

Summary

Highlight symbols which not appear in the repository

Commentary

Add the following to your Emacs init file:

(require 'highlight-unique-symbol)  ;; Not necessary if using ELPA package
(highlight-unique-symbol t)

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.

Dependencies