A minor mode for Emacs that does what idle-highlight-mode
but for all visible buffers.
(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)
With idle-highlight-mode
With idle-highlight-in-visible-buffers-mode