aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-05-12 06:24:20 -0500
committerCraig Jennings <c@cjennings.net>2026-05-12 06:24:20 -0500
commit95581f308be7cea3f4ff08e4901413a3660d8933 (patch)
tree8a7ff85169f95ce008209aef628544edb5208e38
parent2c80724fe096487e1fbe11e4983c089138c6f1a8 (diff)
downloaddotemacs-95581f308be7cea3f4ff08e4901413a3660d8933.tar.gz
dotemacs-95581f308be7cea3f4ff08e4901413a3660d8933.zip
chore(ui): disable cursor blinking (keep a solid block)
-rw-r--r--modules/ui-config.el4
1 files changed, 4 insertions, 0 deletions
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