From 6961384ef297ac07cd6eb0f74f0c54443fe60020 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Tue, 9 Feb 2021 06:19:06 +0100 Subject: [PATCH] [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. --- configuration.org | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/configuration.org b/configuration.org index 9f272ea..cbe1060 100644 --- a/configuration.org +++ b/configuration.org @@ -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: