From 0fa48e238785105b92890efb4a025aa22c0019d4 Mon Sep 17 00:00:00 2001 From: Elis Axelsson Date: Mon, 1 May 2017 19:05:17 +0200 Subject: [PATCH] Switch github pastes to not be public. This fixes #9. --- webpaste.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpaste.el b/webpaste.el index bbead5b..58bb624 100644 --- a/webpaste.el +++ b/webpaste.el @@ -212,7 +212,7 @@ Optional params: :post-field nil :post-field-lambda (lambda (text post-field post-data) (json-encode `(("description" . "Pasted from Emacs with webpaste.el") - ("public" . "true") + ("public" . "false") ("files" . (("file.txt" . (("content" . ,text))))))))