From a26d4792ed88f8d4c6a423593e56653e361257a0 Mon Sep 17 00:00:00 2001 From: zdm Date: Mon, 8 Feb 2021 00:20:38 -0700 Subject: [PATCH] set cursor to box --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index ecbdf41..16e1057 100644 --- a/init.el +++ b/init.el @@ -166,7 +166,7 @@ (add-to-list 'default-frame-alist '(font . "Iosevka Custom 13")) -(setq-default cursor-type 'bar) +(setq-default cursor-type 'box) ;;; Electric Pair