From 0f0bf8924699a82fb411c9e402609336cd3e7b55 Mon Sep 17 00:00:00 2001 From: Tobias Ostner Date: Sun, 26 Apr 2026 10:39:14 +0200 Subject: [PATCH] Don't render cursor in non-focused windows --- flakes/emacs/config/init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flakes/emacs/config/init.el b/flakes/emacs/config/init.el index 5e46024..ed78a2d 100644 --- a/flakes/emacs/config/init.el +++ b/flakes/emacs/config/init.el @@ -232,6 +232,7 @@ enable-recursive-minibuffers t fast-but-imprecise-scrolling t frame-title-format nil + highlight-nonselected-windows nil history-delete-duplicates t isearch-allow-motion t isearch-lazy-count t @@ -257,6 +258,7 @@ user-mail-address "tobias.ostner@gmail.com") (setq-default + cursor-in-non-selected-windows nil indent-tabs-mode nil bidi-display-reordering 'left-to-right bidi-paragraph-direction 'left-to-right