blob: 750d423c66ba59c4c369b0005a95a591eaf28a26 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
Org Link Edit provides Paredit-inspired slurping and barfing commands
for Org link descriptions.
The commentary in org-link-edit.el contains more details.
Contributing
------------
Bug reports, patches, questions, and other feedback are welcome.
Please send a plain-text email, with "[org-link-edit]" as the subject
prefix, to
misc@inbox.kyleam.com
To add this prefix to patches, you can generate them 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"
Messages that include this address are public and available as
public-inbox [^1] archives at
https://inbox.kyleam.com/misc/?q=s%3Aorg-link-edit
[^1]: https://public-inbox.org/README
|