mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Disable blink-cursor-mode again #2903
New issues with blinking cursors surfaced (see comments), so I am
reverting the second half of be412c8630
.
This commit is contained in:
@ -207,6 +207,11 @@ read-only or not file-visiting."
|
|||||||
;;
|
;;
|
||||||
;;; Cursor
|
;;; Cursor
|
||||||
|
|
||||||
|
;; The blinking cursor is distracting, but also interferes with cursor settings
|
||||||
|
;; in some minor modes that try to change it buffer-locally (like treemacs) and
|
||||||
|
;; can cause freezing for folks (esp on macOS) with customized & color cursors.
|
||||||
|
(blink-cursor-mode -1)
|
||||||
|
|
||||||
;; Don't blink the paren matching the one at point, it's too distracting.
|
;; Don't blink the paren matching the one at point, it's too distracting.
|
||||||
(setq blink-matching-paren nil)
|
(setq blink-matching-paren nil)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user