Indentation fix.
This commit is contained in:
parent
20798ae7b0
commit
027f45454e
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user