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

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

[nongnu] elpa/webpaste 4e410b0 272/298: Add example config to README wit


From: ELPA Syncer
Subject: [nongnu] elpa/webpaste 4e410b0 272/298: Add example config to README with 'pasting buffer OR region' function
Date: Thu, 9 Dec 2021 19:00:28 -0500 (EST)

branch: elpa/webpaste
commit 4e410b0d5bf9a5e2566a0afa9b1dd3aa3cf60db8
Author: Markus Pettersson <markus.pettersson1998@gmail.com>
Commit: Markus Pettersson <markus.pettersson1998@gmail.com>

    Add example config to README with 'pasting buffer OR region' function
---
 README.org | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/README.org b/README.org
index 944092e..7623095 100644
--- a/README.org
+++ b/README.org
@@ -35,7 +35,8 @@ easiest way to install and configure packages.
   (use-package webpaste
     :ensure t
     :bind (("C-c C-p C-b" . webpaste-paste-buffer)
-           ("C-c C-p C-r" . webpaste-paste-region)))
+           ("C-c C-p C-r" . webpaste-paste-region)
+           ("C-c C-p C-p" . webpaste-paste-buffer-or-region)))
 #+END_SRC
 
 * Configuration
@@ -64,7 +65,8 @@ This can be added to the =:config= section of use-package:
   (use-package webpaste
     :ensure t
     :bind (("C-c C-p C-b" . webpaste-paste-buffer)
-           ("C-c C-p C-r" . webpaste-paste-region))
+           ("C-c C-p C-r" . webpaste-paste-region)
+           ("C-c C-p C-p" . webpaste-paste-buffer-or-region))
     :config
     (progn
       (setq webpaste-provider-priority '("ix.io" "dpaste.org"))))



reply via email to

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