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

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

[elpa] externals/clipboard-collector 59f85e0 13/31: Update example


From: Stefan Monnier
Subject: [elpa] externals/clipboard-collector 59f85e0 13/31: Update example
Date: Sun, 6 Jan 2019 17:16:20 -0500 (EST)

branch: externals/clipboard-collector
commit 59f85e09e251e685daba10f8ccc2a0fcb55b508f
Author: Clemens Radermacher <address@hidden>
Commit: Clemens Radermacher <address@hidden>

    Update example
---
 README.org | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.org b/README.org
index edab5fb..b0e62c7 100644
--- a/README.org
+++ b/README.org
@@ -40,8 +40,9 @@ If you would like to simply collect items as they are and 
paste them at some
 other place you could use:
 
 #+BEGIN_SRC elisp
-(clipboard-collector-create cc-all
- ((".*"  "%s")))
+(global-set-key (kbd "C-M-w")
+  (clipboard-collector-create cc-all
+   ((".*"  "%s"))))
 #+END_SRC
 
 It's also possible to provide an function to transform the contents before



reply via email to

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