Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 619 Bytes

File metadata and controls

22 lines (14 loc) · 619 Bytes

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