diff options
| author | Clemens Radermacher <clemera@posteo.net> | 2018-12-18 17:40:05 +0100 |
|---|---|---|
| committer | Clemens Radermacher <clemera@posteo.net> | 2018-12-18 17:40:05 +0100 |
| commit | eb43fe1bccef0959c0fc6cf220ed5390c8aa57bf (patch) | |
| tree | 4f6f5bb4c40e901e0591b12051a028f6055c71e1 | |
| parent | 4bbc8446dc0fffcc3fdbd18ecf5459ed60a6a23d (diff) | |
Update package header
| -rw-r--r-- | README.org | 4 | ||||
| -rw-r--r-- | clipboard-collector.el | 3 |
2 files changed, 5 insertions, 2 deletions
@@ -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 |
