aboutsummaryrefslogtreecommitdiff
path: root/piem.el
diff options
context:
space:
mode:
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)))