Indentation fix.

This commit is contained in:
tastytea 2019-12-19 00:44:57 +01:00
parent 20798ae7b0
commit 027f45454e

View File

@ -1,6 +1,6 @@
;;; client.el --- Network clients. -*- lexical-binding: t; -*-
;; Time-stamp: <2019-12-13T23:08:43+00:00>
;; Time-stamp: <2019-12-15T10:47:38+00:00>
;;; Commentary:
@ -26,8 +26,8 @@
:config
(add-to-list
'webpaste-providers-alist
'("dpaste.org"
'webpaste-providers-alist
'("dpaste.org"
:uri "https://dpaste.org/api/"
:post-data (("expires" . 86400))
:post-field "content"