From e54bbb7d1e753f7e959b8ed04871af45df1c6351 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 8 Aug 2020 02:59:39 -0400 Subject: [PATCH] Remove redundant visible-cursor setting This was moved to the os/tty module. --- core/core-ui.el | 6 ------ 1 file changed, 6 deletions(-) diff --git a/core/core-ui.el b/core/core-ui.el index b0678de9b..c2585fe93 100644 --- a/core/core-ui.el +++ b/core/core-ui.el @@ -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. (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, ;; especially for tabs. (setq x-stretch-cursor nil)