Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.07 KB

README.org

File metadata and controls

40 lines (28 loc) · 1.07 KB

Selection Highlight Mode

demo.gif

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.

Installation

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))

Changelog

  • 0.1.0 Initial release

License

Copyright 2023 Isaac Ballone.

Distributed under the GNU General Public License, version 3.