summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el index c4d8664..5174a8d 100644 --- a/init.el +++ b/init.el
@@ -140,7 +140,7 @@
140 (cursor-in-non-selected-windows hollow))) 140 (cursor-in-non-selected-windows hollow)))
141 141
142(defun hook--overwrite-mode-change-cursor () 142(defun hook--overwrite-mode-change-cursor ()
143 (setq cursor-type (if overwrite-mode t 'bar))) 143 (setq cursor-type (if overwrite-mode 'hbar 'bar)))
144(add-hook 'overwrite-mode-hook #'hook--overwrite-mode-change-cursor) 144(add-hook 'overwrite-mode-hook #'hook--overwrite-mode-change-cursor)
145 145
146;; Scrolling 146;; Scrolling