selection-highlight-mode icon indicating copy to clipboard operation
selection-highlight-mode copied to clipboard

An Emacs minor mode for highlighting matches to the selection

Results 2 selection-highlight-mode issues
Sort by recently updated
recently updated
newest added

This adds a way to exclude any arbitrary text from the highlighted selections (configured as a list of regular expressions to ignore). The default value is set to ignore space-only...

Hi. It's a bit annoying when selection-highlight-mode tries to highlight empty lines. This pull request is to add an optional boolean variable to control this behavior. The default value is...