Install the matrix-client package with quelpa-use-package

This commit is contained in:
Gergely Polonkai 2020-03-03 06:33:48 +01:00
parent 821bfa4eb4
commit ac0cdec17f
No known key found for this signature in database
GPG Key ID: 38F402C8471DDE93
2 changed files with 22 additions and 1 deletions

View File

@ -3634,6 +3634,18 @@ directory. It is available from [[http://plantuml.com/download][here]].
(use-package gnugo) (use-package gnugo)
#+END_SRC #+END_SRC
* Comms
** Matrix client
#+BEGIN_SRC emacs-lisp
(use-package matrix-client
:after quelpa-use-package
:ensure nil
:quelpa (matrix-client :fetcher github :repo "alphapapa/matrix-client.el"
:files (:defaults "logo.png" "matrix-client-standalone.el.sh")))
#+END_SRC
* Last, but not least, key bindings! * Last, but not least, key bindings!
** TODO My own, personal, Magit-popup! :experimental: ** TODO My own, personal, Magit-popup! :experimental:

View File

@ -30,12 +30,14 @@
(read-only t cursor-intangible t face minibuffer-prompt))) (read-only t cursor-intangible t face minibuffer-prompt)))
'(package-selected-packages '(package-selected-packages
(quote (quote
(ace-mc (a
ace-mc
ace-window ace-window
achievements achievements
ag ag
alert alert
all-the-icons all-the-icons
anaphora
anzu anzu
arduino-mode arduino-mode
ascii-art-to-unicode ascii-art-to-unicode
@ -58,6 +60,7 @@
csharp-mode csharp-mode
csv-mode csv-mode
dash dash
dash-functional
dashboard dashboard
delight delight
dired-collapse dired-collapse
@ -87,6 +90,7 @@
focus focus
forge forge
form-feed form-feed
frame-purpose
ggtags ggtags
gh gh
ghub ghub
@ -150,6 +154,7 @@
magithub magithub
markdown-mode markdown-mode
marshal marshal
matrix-client
mc-extras mc-extras
mediawiki mediawiki
meson-mode meson-mode
@ -178,6 +183,7 @@
org-rtm org-rtm
org-sticky-header org-sticky-header
origami origami
ov
pacfiles-mode pacfiles-mode
package-build package-build
page-break-lines page-break-lines
@ -196,7 +202,9 @@
quelpa quelpa
quelpa-use-package quelpa-use-package
rainbow-delimiters rainbow-delimiters
rainbow-identifiers
rainbow-mode rainbow-mode
request
restclient restclient
restclient-helm restclient-helm
s s
@ -207,6 +215,7 @@
spinner spinner
sr-speedbar sr-speedbar
sx sx
tracking
transient transient
typescript-mode typescript-mode
undo-tree undo-tree