From a7454b956feb3e00e78fa967912758ebb25e904b Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Fri, 12 Mar 2021 17:32:48 -0600 Subject: [PATCH] Change cursor for `overwrite-mode' --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index c4d8664..5174a8d 100644 --- a/init.el +++ b/init.el @@ -140,7 +140,7 @@ (cursor-in-non-selected-windows hollow))) (defun hook--overwrite-mode-change-cursor () - (setq cursor-type (if overwrite-mode t 'bar))) + (setq cursor-type (if overwrite-mode 'hbar 'bar))) (add-hook 'overwrite-mode-hook #'hook--overwrite-mode-change-cursor) ;; Scrolling