10 lines
407 B
EmacsLisp
10 lines
407 B
EmacsLisp
;; -*- no-byte-compile: t; lexical-binding: nil -*-
|
|
(define-package "org-cliplink" "20201126.1020"
|
|
"Insert org-mode links from the clipboard."
|
|
'((emacs "24.4"))
|
|
:url "http://github.com/rexim/org-cliplink"
|
|
:commit "13e0940b65d22bec34e2de4bc8cba1412a7abfbc"
|
|
:revdesc "13e0940b65d2"
|
|
:authors '(("Alexey Kutepov" . "reximkut@gmail.com"))
|
|
:maintainers '(("Alexey Kutepov" . "reximkut@gmail.com")))
|