Skip to content

Commit

Permalink
tweak(selection-highlight-mode): use a different face than region
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Dec 9, 2023
1 parent e08c0c5 commit 0991708
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/me-editor.el
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@

(use-package selection-highlight-mode
:straight (:host github :repo "balloneij/selection-highlight-mode")
:hook (minemacs-first-file . selection-highlight-mode))
:hook (minemacs-first-file . selection-highlight-mode)
:custom-face (selection-highlight-mode-match-face ((t (:background "lavender")))))

;; Bind `+yank-region-as-paragraph' (autoloaded from "me-lib.el")
(+nvmap! "gy" #'+kill-region-as-paragraph)
Expand Down

0 comments on commit 0991708

Please sign in to comment.