Skip to content

Wrapper of hi-lock.el for easy to highlight word

Notifications You must be signed in to change notification settings

emacsorphanage/easy-highlight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

easy-highlight.el

Introduction

easy-highlight.el is wrapper hi-lock for easy to use it.

Screenshot

easy-highlight1

easy-highlight2

Requirements

  • Emacs 23 or higher

Basic Usage

Highlighted specified regexp. Highlight face is selected automatically.

M-x easy-highlight:regexp

Highlight words which separated space

M-x easy-highlight:words

Clear specified highlighted word

M-x easy-highlight:clear

Clear all highlighted words

M-x easy-highlight:clear-all

Customize

Face list for highlighted word

easy-highlight:face-list

Sample Configuration

(global-font-lock-mode t)

(require 'easy-highlight)
(setq easy-highlight:face-list '("highlight" "warnings"))

About

Wrapper of hi-lock.el for easy to highlight word

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published