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:
parent
1e3a97d11b
commit
7a4ad7d343
1 changed files with 5 additions and 0 deletions
|
@ -207,6 +207,11 @@ read-only or not file-visiting."
|
|||
;;
|
||||
;;; 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.
|
||||
(setq blink-matching-paren nil)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue