diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -13,6 +13,15 @@ Because it's cool! And while a blinking cursor can be jarring, it is also more v ### straight.el ```elisp +(straight-use-package '(cursor-breathe-mode + :type git + :repo "https://git.etenil.net/cursor-breathe-mode.el")) +(cursor-breathe-mode 1) +``` + +Or in combination with use-package: + +```elisp (use-package cursor-breathe-mode :straight (cursor-breathe-mode :type git |
