mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-02 14:53:38 -05:00
set-cursor-color causes an expensive redraw. Plugins like treemacs may silently change window focus, triggering these calls and causing freezing. We use evil-set-cursor-color instead, which avoids set-cursor-color unless the cursor's color has changed.