Move cursor options to init.el
This commit is contained in:
@@ -84,11 +84,6 @@ When set to non-nil, Emacs will automatically call `package-initialize' and
|
|||||||
;; Prefer loading newer compiled files
|
;; Prefer loading newer compiled files
|
||||||
(setq load-prefer-newer t)
|
(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.
|
;; Don't ping things that look like domain names.
|
||||||
(setq ffap-machine-p-known 'reject)
|
(setq ffap-machine-p-known 'reject)
|
||||||
|
|
||||||
|
|||||||
5
init.el
5
init.el
@@ -273,6 +273,11 @@
|
|||||||
;; especially for tabs.
|
;; especially for tabs.
|
||||||
(setq x-stretch-cursor nil)
|
(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
|
;;; Annoyances
|
||||||
|
|
||||||
;; No beeping or blinking
|
;; No beeping or blinking
|
||||||
|
|||||||
Reference in New Issue
Block a user