Emacs: Lazy-load webpaste.

This commit is contained in:
tastytea 2020-02-18 16:59:05 +01:00
parent d053f2e9fe
commit f70e68953b
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,6 @@
;;; client.el --- Network clients. -*- lexical-binding: t; -*-
;; Time-stamp: <2019-12-15T10:47:38+00:00>
;; Time-stamp: <2020-02-18T16:50:57+0100>
;;; Commentary:
@ -21,6 +21,8 @@
)
(use-package webpaste
:commands (webpaste-paste-region webpaste-paste-buffer)
:custom
(webpaste-provider-priority '("dpaste.org" "dpaste.com"))