Switch github pastes to not be public. This fixes #9.

master
Elis Axelsson 9 years ago
parent b3bcde1858
commit 0fa48e2387
No known key found for this signature in database
GPG Key ID: D57EFA625C9A925F
  1. 2
      webpaste.el

@ -212,7 +212,7 @@ Optional params:
:post-field nil :post-field nil
:post-field-lambda (lambda (text post-field post-data) :post-field-lambda (lambda (text post-field post-data)
(json-encode `(("description" . "Pasted from Emacs with webpaste.el") (json-encode `(("description" . "Pasted from Emacs with webpaste.el")
("public" . "true") ("public" . "false")
("files" . ("files" .
(("file.txt" . (("file.txt" .
(("content" . ,text)))))))) (("content" . ,text))))))))

Loading…
Cancel
Save