[Refactor] Move matrix-client.el installation at the top of the file

This is an attempt to install this first, so we get dependencies right.
This commit is contained in:
Gergely Polonkai 2021-02-09 06:19:06 +01:00
parent 5e1bd7ce39
commit 6961384ef2
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
1 changed files with 14 additions and 12 deletions

View File

@ -1235,6 +1235,20 @@ Because im a rock star like that.
(put 'list-timers 'disabled nil)
#+END_SRC
* Packages installed from Quelpa
For some strange reason having this at the end of my configuration can cause unexpected results.
** 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
* Load some built-in libraries
** ~thingatpt~
@ -3509,18 +3523,6 @@ directory. It is available from [[http://plantuml.com/download][here]].
(use-package gnugo)
#+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!
** TODO My own, personal, Magit-popup! :experimental: