From 9b58ac6cc01b488933b49f80eb34a701a9982f28 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Wed, 2 Oct 2024 12:52:50 -0400 Subject: [PATCH] Move cursor options to init.el --- early-init.el | 5 ----- init.el | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/early-init.el b/early-init.el index 8645259..dcde688 100644 --- a/early-init.el +++ b/early-init.el @@ -84,11 +84,6 @@ When set to non-nil, Emacs will automatically call `package-initialize' and ;; Prefer loading newer compiled files (setq load-prefer-newer t) -;; 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) - ;; Don't ping things that look like domain names. (setq ffap-machine-p-known 'reject) diff --git a/init.el b/init.el index 6ce0a7b..4abf834 100644 --- a/init.el +++ b/init.el @@ -273,6 +273,11 @@ ;; especially for tabs. (setq x-stretch-cursor nil) +;; 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) + ;;; Annoyances ;; No beeping or blinking