branch: externals/clipboard-collector
commit eb43fe1bccef0959c0fc6cf220ed5390c8aa57bf
Author: Clemens Radermacher <[email protected]>
Commit: Clemens Radermacher <[email protected]>
Update package header
---
README.org | 4 ++--
clipboard-collector.el | 3 +++
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/README.org b/README.org
index 8b81607..51f487e 100644
--- a/README.org
+++ b/README.org
@@ -4,8 +4,8 @@ When collecting information using copy/paste, it would be
useful if one could
stay at one place to copy things instead of constantly switching between the
place where you copy and the place where you paste.
-Further it would be great if Emacs could detect clipboard entries and adjust
them
-to the format one would like to have them.
+Further it would be great if Emacs could detect clipboard entries and adjust
+them to the format one would like to have them.
This is what clipboard-collector is about. Here is an example for collecting
contact information from a website for org capture (contact info gets
diff --git a/clipboard-collector.el b/clipboard-collector.el
index b49cff9..6a586a4 100644
--- a/clipboard-collector.el
+++ b/clipboard-collector.el
@@ -3,6 +3,9 @@
;; Copyright (C) 2018 clemera
;; Author: clemera <clemera@clemera>
+;; URL: https://github.com/clemera/clipboard-collector
+;; Version: 0.1
+;; Package-Requires: ((emacs "24.5"))
;; Keywords: convenience
;; This program is free software; you can redistribute it and/or modify