Emacs: Add elpher.

This commit is contained in:
tastytea 2020-05-26 07:07:16 +02:00
parent 710403de07
commit 9673849925
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,6 @@
;;; client.el --- Network clients. -*- lexical-binding: t; -*-
;; Time-stamp: <2020-03-18T14:57:07+0100>
;; Time-stamp: <2020-05-26T06:13:03+0200>
;;; Commentary:
@ -40,5 +40,8 @@
:success-lambda webpaste--providers-success-returned-string))
)
;; Gemini and Gopher client.
(use-package elpher)
(provide 'net/client)
;;; client.el ends here