emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/webpaste 6fc4065 041/298: Added install instructions and m


From: ELPA Syncer
Subject: [nongnu] elpa/webpaste 6fc4065 041/298: Added install instructions and melpa images
Date: Thu, 9 Dec 2021 18:59:40 -0500 (EST)

branch: elpa/webpaste
commit 6fc40659c5a2b277ce396a24c277e5beffd7bccc
Author: Elis Axelsson <elis.axelsson@gmail.com>
Commit: Elis Axelsson <elis.axelsson@gmail.com>

    Added install instructions and melpa images
---
 README.org | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)

diff --git a/README.org b/README.org
index 586ec84..0531d4c 100644
--- a/README.org
+++ b/README.org
@@ -1,9 +1,24 @@
-* Webpaste.el
+[[https://melpa.org/#/webpaste][file:https://melpa.org/packages/webpaste-badge.svg]]
+[[https://stable.melpa.org/#/webpaste][file:https://stable.melpa.org/packages/webpaste-badge.svg]]
+
+* Webpaste.el -- Paste text to pastebin-like services
 This mode allows to paste whole buffers or parts of buffers to
 pastebin-like services. It supports more than one service and will
 failover if one service fails. More services can easily be added
 over time and prefered services can easily be configured.
 
+** Installation
+*** The lazy way (Using 
[[https://github.com/jwiegley/use-package][use-package]])
+This requires that you have 
[[https://github.com/jwiegley/use-package][use-package]] set up. But it's in my 
opinion the
+easiest way to install and configure packages.
+
+#+BEGIN_SRC emacs-lisp
+  (use-package webpaste
+    :ensure t
+    :bind (("C-c C-p C-b" . webpaste-paste-buffer)
+           ("C-c C-p C-r" . webpaste-paste-region)))
+#+END_SRC
+
 ** TODO Providers to implement [2/5]
  - [X] ix.io
  - [X] dpaste.com



reply via email to

[Prev in Thread] Current Thread [Next in Thread]