From 327c00e178b7246ef45208eb4111c2004d3c4b86 Mon Sep 17 00:00:00 2001 From: zdm Date: Mon, 8 Feb 2021 00:22:55 -0700 Subject: [PATCH] set cursor blink interval slightly shorter: -0.1 --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 3940225..29c37d0 100644 --- a/init.el +++ b/init.el @@ -168,7 +168,7 @@ (setq-default cursor-type 'box) (setq blink-cursor-blinks -1) - +(setq blink-cursor-interval 0.4) ;;; Electric Pair