From a704ed803aa2b7b713f5fcd9cdc980d9cc77b70e Mon Sep 17 00:00:00 2001 From: zdm Date: Mon, 8 Feb 2021 00:21:57 -0700 Subject: [PATCH] set cursor to blink infinitely --- init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.el b/init.el index 16e1057..3940225 100644 --- a/init.el +++ b/init.el @@ -167,6 +167,8 @@ (add-to-list 'default-frame-alist '(font . "Iosevka Custom 13")) (setq-default cursor-type 'box) +(setq blink-cursor-blinks -1) + ;;; Electric Pair