aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGene Pasquet <gene@pacerevenue.com>2026-08-25 13:05:45 +0100
committerGene Pasquet <gene@pacerevenue.com>2026-08-25 13:05:45 +0100
commit81a09e8da14c35ea9e90d872761217f07e18238c (patch)
tree1cf198b1a4f47360b5b451805a9f43fe8f05547c /README.md
parent0e0628a9c880bd4aca1306e1029ec2400e1de3b5 (diff)
Add straight-only install instruction
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 97994c7..59fd6b1 100644
--- a/README.md
+++ b/README.md
@@ -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