From f25664210291a853d61f11fddccf411358794d99 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Mon, 11 May 2020 23:03:33 -0400 Subject: piem-inboxes: Simply and reflow example entry --- piem.el | 14 +++++--------- 1 file 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))) -- cgit v1.2.3