diff options
| author | Gene Pasquet <gene@pacerevenue.com> | 2026-08-25 17:37:02 +0100 |
|---|---|---|
| committer | Gene Pasquet <gene@pacerevenue.com> | 2026-08-25 17:37:02 +0100 |
| commit | 023ff2f897db9107334bac86041f40d0b4f45b07 (patch) | |
| tree | 0c826c1a72205c398690adaf4b032ff0d7a68938 | |
| parent | e0807c722b5923bf0bed7bba41ccc216b30c1056 (diff) | |
| -rw-r--r-- | cursor-breathe-mode.el | 3 |
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 |
