idle-highlight-mode
- Description
- Highlight the word the point is on
- Latest
- idle-highlight-mode-1.1.4.tar (.sig), 2024-Mar-31, 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.3.tar.lz | 2022-Jul-07 | 1.83 KiB |