Remove redundant visible-cursor setting
This was moved to the os/tty module.
This commit is contained in:
parent
d2bc2ff44b
commit
e54bbb7d1e
1 changed files with 0 additions and 6 deletions
|
@ -217,12 +217,6 @@ or if the current buffer is read-only or not file-visiting."
|
||||||
;; 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)
|
||||||
|
|
||||||
;; Some terminals offer two different cursors: a “visible” static cursor and a
|
|
||||||
;; “very visible” blinking one. By default, Emacs uses the very visible cursor
|
|
||||||
;; and switches to it when you start or resume Emacs. If `visible-cursor' is nil
|
|
||||||
;; when Emacs starts or resumes, it uses the normal cursor.
|
|
||||||
(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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue