mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Restore blinking cursor default
Sure it's distracting, but it's also a good indicator that Emacs hasn't frozen. Not that Emacs has every frozen on me, but my computer has, so... Plus, visible-cursor doesn't do anything on any of the systems, terminals and shells I've tested, so I'll just leave it to its default.
This commit is contained in:
@ -203,14 +203,9 @@ read-only or not file-visiting."
|
|||||||
;;
|
;;
|
||||||
;;; Cursor
|
;;; Cursor
|
||||||
|
|
||||||
;; Don't blink the cursor, it's too distracting.
|
|
||||||
(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)
|
||||||
|
|
||||||
(setq visible-cursor nil)
|
|
||||||
|
|
||||||
;; Don't stretch the cursor to fit wide characters, it is disorienting,
|
;; Don't stretch the cursor to fit wide characters, it is disorienting,
|
||||||
;; especially for tabs.
|
;; especially for tabs.
|
||||||
(setq x-stretch-cursor nil)
|
(setq x-stretch-cursor nil)
|
||||||
|
Reference in New Issue
Block a user