mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-21 13:53:38 -05:00
I know this is redundant with the pre-command-hook hook, but the hook allows us to lazy load the package, and the mode allows other modes (or the user) to interactively disable it. For example, evil-mc disabled it while cursors are active due to incompatibility. This isn't possible if the mode isn't enabled to begin with.