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:
parent
094d74c1c0
commit
be412c8630
1 changed files with 0 additions and 5 deletions
|
@ -203,14 +203,9 @@ read-only or not file-visiting."
|
|||
;;
|
||||
;;; 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.
|
||||
(setq blink-matching-paren nil)
|
||||
|
||||
(setq visible-cursor nil)
|
||||
|
||||
;; Don't stretch the cursor to fit wide characters, it is disorienting,
|
||||
;; especially for tabs.
|
||||
(setq x-stretch-cursor nil)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue