From 2ec5acd31f480064036a4567d1af5592b2d52666 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Tue, 12 May 2026 06:24:20 -0500 Subject: chore(ui): disable cursor blinking (keep a solid block) --- modules/ui-config.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/ui-config.el b/modules/ui-config.el index f9fddb0d..5d3a6643 100644 --- a/modules/ui-config.el +++ b/modules/ui-config.el @@ -150,6 +150,10 @@ Only updates for real user buffers, not internal/temporary buffers." (cj/set-cursor-type 'box) +;; Keep the cursor a solid block -- no blinking (including the initial blink +;; burst when entering read-only buffers like EPUBs or vterm). +(blink-cursor-mode -1) + ;; --------------------------------- Nerd Icons -------------------------------- ;; use icons from nerd fonts in the Emacs UI -- cgit v1.2.3