mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-21 13:53:38 -05:00
`(de?)activate-mark-hook` is triggered a little too often in too many edge cases where the user isn't interactively selecting a region. One annoying edge case has non-evil motions used on evil operators activating but not deactivating the mark (e.g. #8047). This leaves non-evil users without the nicety of hl-line auto-disabling itself when the region is active, but I'll revisit that in v3.0, when most of these package defaults are moved out to modules. Fix: #8047