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: