summaryrefslogtreecommitdiff
path: root/piem.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2020-05-11 23:03:33 -0400
committerKyle Meyer <kyle@kyleam.com>2020-05-11 23:45:09 -0400
commitf25664210291a853d61f11fddccf411358794d99 (patch)
tree566649cf089a14c13b592bec109bf6b1a5d2e058 /piem.el
parentf19ce5e1e4e56947d563187c96603582859a6a3c (diff)
downloadpiem-f25664210291a853d61f11fddccf411358794d99.tar.gz
piem-inboxes: Simply and reflow example entry
Diffstat (limited to 'piem.el')
-rw-r--r--piem.el14
1 files changed, 5 insertions, 9 deletions
diff --git a/piem.el b/piem.el
index 63d9443..c3f7ed2 100644
--- a/piem.el
+++ b/piem.el
@@ -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)))