From 1b29068c705ba739d3da7723f67d6023f4f54f19 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Thu, 16 Apr 2020 21:02:37 -0400 Subject: README: Drop .md extension --- README | 39 +++++++++++++++++++++++++++++++++++++++ README.md | 39 --------------------------------------- 2 files changed, 39 insertions(+), 39 deletions(-) create mode 100644 README delete mode 100644 README.md diff --git a/README b/README new file mode 100644 index 0000000..2cb15c2 --- /dev/null +++ b/README @@ -0,0 +1,39 @@ +Org Link Edit provides Paredit-inspired slurping and barfing commands +for Org link descriptions. + +The commentary in [org-link-edit.el][el] contains more details. +org-link-edit.el is available in Org's contrib directory. See the Org +manual's [installation instructions][install] for information on using +contributed packages. + +[el]: https://git.kyleam.com/org-link-edit/tree/org-link-edit.el#n24 +[install]: http://orgmode.org/org.html#Installation + +### Contributing + +Please send bug reports, feature requests, and other questions to +[misc@inbox.kyleam.com][lst] with **[org-link-edit]** as the subject +prefix. You can browse previous Org Link Edit discussions at +. + +If you'd like to contribute a patch, thank you! To keep open the +possibility of including org-link-edit.el into Org proper or ELPA, +contributors are required to [assign copyright][cpy] to the Free +Software Foundation for [most changes][tny] . + +Please send patches to the same address listed above. You can +generate the patch with + + git format-patch --subject-prefix="PATCH org-link-edit" ... + +To avoid passing `--subject-prefix` each time you call `format-patch`, +you can configure the repository's default prefix: + + git config format.subjectPrefix "PATCH org-link-edit" + +For more information on sending patches, visit +. + +[lst]: mailto:misc@inbox.kyleam.com +[cpy]: https://www.gnu.org/software/emacs/manual/html_node/emacs/Copyright-Assignment.html +[tny]: https://orgmode.org/worg/org-contribute.html#org2cf82ab diff --git a/README.md b/README.md deleted file mode 100644 index 2cb15c2..0000000 --- a/README.md +++ /dev/null @@ -1,39 +0,0 @@ -Org Link Edit provides Paredit-inspired slurping and barfing commands -for Org link descriptions. - -The commentary in [org-link-edit.el][el] contains more details. -org-link-edit.el is available in Org's contrib directory. See the Org -manual's [installation instructions][install] for information on using -contributed packages. - -[el]: https://git.kyleam.com/org-link-edit/tree/org-link-edit.el#n24 -[install]: http://orgmode.org/org.html#Installation - -### Contributing - -Please send bug reports, feature requests, and other questions to -[misc@inbox.kyleam.com][lst] with **[org-link-edit]** as the subject -prefix. You can browse previous Org Link Edit discussions at -. - -If you'd like to contribute a patch, thank you! To keep open the -possibility of including org-link-edit.el into Org proper or ELPA, -contributors are required to [assign copyright][cpy] to the Free -Software Foundation for [most changes][tny] . - -Please send patches to the same address listed above. You can -generate the patch with - - git format-patch --subject-prefix="PATCH org-link-edit" ... - -To avoid passing `--subject-prefix` each time you call `format-patch`, -you can configure the repository's default prefix: - - git config format.subjectPrefix "PATCH org-link-edit" - -For more information on sending patches, visit -. - -[lst]: mailto:misc@inbox.kyleam.com -[cpy]: https://www.gnu.org/software/emacs/manual/html_node/emacs/Copyright-Assignment.html -[tny]: https://orgmode.org/worg/org-contribute.html#org2cf82ab -- cgit v1.2.3