From f23446e663959a574996bb4b4edb707447c814ab Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Wed, 18 Feb 2026 11:29:56 -0500 Subject: [PATCH] Remove cursor-in-non-selected-windows --- init.el | 1 - 1 file changed, 1 deletion(-) diff --git a/init.el b/init.el index 5883b03..1e0d8a5 100644 --- a/init.el +++ b/init.el @@ -326,7 +326,6 @@ ;; Reduce rendering/line scan work by not rendering cursors or regions in ;; non-focused windows. -(setq-default cursor-in-non-selected-windows nil) (setq highlight-nonselected-windows nil) ;;; Text editing, indent, font, and formatting