diff options
author | Kyle Meyer <kyle@kyleam.com> | 2020-05-11 23:03:33 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2020-05-11 23:45:09 -0400 |
commit | f25664210291a853d61f11fddccf411358794d99 (patch) | |
tree | 566649cf089a14c13b592bec109bf6b1a5d2e058 | |
parent | f19ce5e1e4e56947d563187c96603582859a6a3c (diff) | |
download | piem-f25664210291a853d61f11fddccf411358794d99.tar.gz |
piem-inboxes: Simply and reflow example entry
-rw-r--r-- | piem.el | 14 |
1 files changed, 5 insertions, 9 deletions
@@ -58,15 +58,11 @@ list that supports the following properties: Here's an example for the public-inbox project itself: - (\"public-inbox\" . - (:coderepo - \"~/src/public-inbox/\" - :address - \"meta@public-inbox.org\" - :listid - \"meta.public-inbox.org\" - :url - \"https://public-inbox.org/meta/\"))" + (\"public-inbox\" + :coderepo \"~/src/public-inbox/\" + :address \"meta@public-inbox.org\" + :listid \"meta.public-inbox.org\" + :url \"https://public-inbox.org/meta/\")" :type '(alist :key-type string :value-type (plist :value-type string))) |