branch: elpa/popon
commit c34dd56fbd73e9bb2e8d7570a03ff6a265ce9cfd
Author: Akib Azmain Turja <[email protected]>
Commit: Akib Azmain Turja <[email protected]>
Add installation instruction
---
README.org | 22 +++++++++++++++++++++-
popon.el | 2 +-
2 files changed, 22 insertions(+), 2 deletions(-)
diff --git a/README.org b/README.org
index c08bb8a16d..f6cc04576a 100644
--- a/README.org
+++ b/README.org
@@ -5,9 +5,29 @@ window-local and sticky, they don't move while scrolling, and
they even
don't go away when switching buffer, but you can bind a popon to a specific
buffer to only show on that buffer.
-If some popons annoying you and you can't kill them, do
+If some popons are annoying you and you can't kill them, do
=M-x popon-kill-all= to kill all popons.
+* Installation
+
+** Quelpa
+
+#+begin_src emacs-lisp
+(quelpa '(popon :fetcher git
+ :url "https://codeberg.org/akib/emacs-popon.git"))
+#+end_src
+
+** Straight.el
+
+#+begin_src emacs-lisp
+(straight-use-package
+ '(popon :type git :repo "https://codeberg.org/akib/emacs-popon.git"))
+#+end_src
+
+** Manual
+
+Download =popon.el= and put it in your ~load-path~.
+
* Usage
The main entry point is ~popon-create~, which creates a popon and returns
diff --git a/popon.el b/popon.el
index 77bd61f0c0..6e312ac9f7 100644
--- a/popon.el
+++ b/popon.el
@@ -31,7 +31,7 @@
;; even don't go away when switching buffer, but you can bind a popon to a
;; specific buffer to only show on that buffer.
-;; If some popons annoying you and you can't kill them, do M-x
+;; If some popons are annoying you and you can't kill them, do M-x
;; popon-kill-all to kill all popons.
;;; Code: