diff options
| author | Gene Pasquet <gene@pacerevenue.com> | 2026-08-25 13:05:45 +0100 |
|---|---|---|
| committer | Gene Pasquet <gene@pacerevenue.com> | 2026-08-25 13:05:45 +0100 |
| commit | 81a09e8da14c35ea9e90d872761217f07e18238c (patch) | |
| tree | 1cf198b1a4f47360b5b451805a9f43fe8f05547c | |
| parent | 0e0628a9c880bd4aca1306e1029ec2400e1de3b5 (diff) | |
Add straight-only install instruction
| -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 |
