diff options
author | Kyle Meyer <kyle@kyleam.com> | 2015-11-17 00:50:15 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2015-11-17 00:51:58 -0500 |
commit | 567263538cd019f6519239ff1c8677825f891044 (patch) | |
tree | 2a5ecacdec75abb17a574d41b75cbaab27fee065 | |
parent | b3aa4dda86084ed94dfcf0d06e7f9ab669590308 (diff) | |
download | org-link-edit-567263538cd019f6519239ff1c8677825f891044.tar.gz |
README.md: Mention contrib
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,5 +2,9 @@ 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://github.com/kyleam/org-link-edit/blob/master/org-link-edit.el +[install]: http://orgmode.org/org.html#Installation |