Skip to content

ignacy/idle-highlight-in-visible-buffers-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Idle-highlight-in-visible-buffers-mode

A minor mode for Emacs that does what idle-highlight-mode but for all visible buffers.

Setup

  (require 'idle-highlight-in-visible-buffers-mode)
  ;; Optional
  (set-face-attribute 'idle-highlight-in-visible-buffers nil :foreground "SpringGreen3" :weight 'bold)
  (add-hook 'prog-mode-hook 'idle-highlight-in-visible-buffers-mode)

Screenshots

With idle-highlight-mode

before

With idle-highlight-in-visible-buffers-mode

after

About

An Emacs minor mode that highlights current word in all visible buffers

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published