branch: externals/clipboard-collector
commit 59f85e09e251e685daba10f8ccc2a0fcb55b508f
Author: Clemens Radermacher <[email protected]>
Commit: Clemens Radermacher <[email protected]>

    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