An Emacs minor mode for highlighting matches to the selection. Highlights matches across all active windows.
Inspired by the Selection Highlight
setting found in VS Code.
A la use-package
and straight
:
(use-package selection-highlight-mode
:straight (selection-highlight-mode :type git
:host github
:repo "balloneij/selection-highlight-mode")
:config (selection-highlight-mode))
For Doomed individuals:
;; packages.el
(package! selection-highlight-mode
:recipe (:host github :repo "balloneij/selection-highlight-mode"))
;; config.el
(use-package! selection-highlight-mode
:config (selection-highlight-mode))
0.1.0
Initial release
Copyright 2023 Isaac Ballone.
Distributed under the GNU General Public License, version 3.