Merge pull request #2721 from dkm/matrix-client

Add matrix-client and frame-purpose packages
This commit is contained in:
Alex Ott 2019-12-08 11:13:39 +00:00 committed by GitHub
commit 63e1b05f68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,5 @@
(:name frame-purpose
:type github
:pkgname "alphapapa/frame-purpose.el"
:minimum-emacs-version "26"
:description "Purpose-specific frames for Emacs")

View File

@ -0,0 +1,6 @@
(:name matrix-client
:type github
:pkgname "alphapapa/matrix-client.el"
:minimum-emacs-version "26"
:description "A Matrix client for Emacs!"
:depends (anaphora f ov tracking a ht request rainbow-identifiers esxml notify frame-purpose))