aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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