Move cursor options to init.el

This commit is contained in:
James Cherti
2024-10-02 12:52:50 -04:00
parent 72dfb194d2
commit 9b58ac6cc0
2 changed files with 5 additions and 5 deletions

View File

@@ -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)