Skip to content

Commit

Permalink
feat(editor): add support for selection-highlight-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Dec 9, 2023
1 parent ce60604 commit e08c0c5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/me-editor.el
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@
(super-save-auto-save-when-idle t)
(super-save-delete-trailing-whitespaces 'except-current-line))

(use-package selection-highlight-mode
:straight (:host github :repo "balloneij/selection-highlight-mode")
:hook (minemacs-first-file . selection-highlight-mode))

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

Expand Down

0 comments on commit e08c0c5

Please sign in to comment.