mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-06 15:13:33 -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.