From 81a09e8da14c35ea9e90d872761217f07e18238c Mon Sep 17 00:00:00 2001 From: Gene Pasquet Date: Tue, 25 Aug 2026 13:05:45 +0100 Subject: Add straight-only install instruction --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 97994c7..59fd6b1 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,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 -- cgit v1.2.3