mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -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.