aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cursor-breathe-mode.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/cursor-breathe-mode.el b/cursor-breathe-mode.el
index 05fe98f..f771a5e 100644
--- a/cursor-breathe-mode.el
+++ b/cursor-breathe-mode.el
@@ -74,7 +74,8 @@
(setq curbreathe/current-size new-value)
(let ((shape (cons curbreathe/cursor-type new-value)))
(setq-default cursor-type shape)
- (curbreathe/update-all-cursors shape))))
+ (curbreathe/update-all-cursors shape)
+ (force-window-update))))
(provide 'cursor-breathe-mode)
;;; cursor-breathe-mode.el ends here