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