Skip to content

balloneij/selection-highlight-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

An Emacs minor mode for highlighting matches to the selection

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published