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.lz | 2024-Apr-20 | 16.9 KiB |
idle-highlight-mode-1.1.4.0.20240222.225757.tar.lz | 2024-Mar-31 | 17.1 KiB |
idle-highlight-mode-1.1.4.0.20230806.235612.tar.lz | 2023-Aug-07 | 17.0 KiB |
idle-highlight-mode-1.1.4.0.20230319.81047.tar.lz | 2023-Mar-19 | 17.0 KiB |
idle-highlight-mode-1.1.4.0.20230208.35909.tar.lz | 2023-Feb-08 | 16.9 KiB |
idle-highlight-mode-1.1.3.0.20220507.111829.tar.lz | 2022-Jul-07 | 16.6 KiB |