NonGNU-devel ELPA - idle-highlight-mode

idle-highlight-mode

Description
Highlight the word the point is on
Latest
idle-highlight-mode-1.1.4.0.20240421.64727.tar (.sig), 2024-Apr-21, 70.0 KiB
Maintainer
Campbell Barton <ideasman42@gmail.com>
Atom feed
idle-highlight-mode.xml
Website
https://codeberg.org/ideasman42/emacs-idle-highlight-mode
Browse ELPA's repository
CGit or Gitweb
Badge

To install this package from Emacs, use package-install or list-packages.

Full description

M-x idle-highlight-mode sets an idle timer that highlights all
occurrences in the buffer of the symbol under the point
(optionally highlighting in all other buffers as well).

Enabling it in a hook is recommended if you don't want it enabled
for all buffers, just programming ones.

Example:

(defun my-prog-mode-hook ()
  (idle-highlight-mode t))

(add-hook 'prog-mode-hook 'my-prog-mode-hook)

Old versions

idle-highlight-mode-1.1.4.0.20240420.110632.tar.lz2024-Apr-2016.9 KiB
idle-highlight-mode-1.1.4.0.20240222.225757.tar.lz2024-Mar-3117.1 KiB
idle-highlight-mode-1.1.4.0.20230806.235612.tar.lz2023-Aug-0717.0 KiB
idle-highlight-mode-1.1.4.0.20230319.81047.tar.lz2023-Mar-1917.0 KiB
idle-highlight-mode-1.1.4.0.20230208.35909.tar.lz2023-Feb-0816.9 KiB
idle-highlight-mode-1.1.3.0.20220507.111829.tar.lz2022-Jul-0716.6 KiB