From a127952f705cd1c9f0db639c26252e4d986b22c5 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 9 Mar 2017 00:47:35 -0500 Subject: [PATCH] core-ui: x-stretch-cursor = nil --- core/core-ui.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-ui.el b/core/core-ui.el index 42ef714d7..108cd0455 100644 --- a/core/core-ui.el +++ b/core/core-ui.el @@ -29,7 +29,7 @@ uniquify-buffer-name-style nil use-dialog-box nil ; always avoid GUI visible-cursor nil - x-stretch-cursor t + x-stretch-cursor nil ;; no beeping or blinking please ring-bell-function 'ignore visible-bell nil