[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:
parent
5e1bd7ce39
commit
6961384ef2
@ -1235,6 +1235,20 @@ Because i’m 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:
|
||||
|
Loading…
Reference in New Issue
Block a user