Install Ement
It’s a better version of matrix-client.el, let’s hope it will actually work.
This commit is contained in:
@@ -1224,6 +1224,21 @@ For some strange reason having this at the end of my configuration can cause une
|
||||
:files (:defaults "logo.png" "matrix-client-standalone.el.sh")))
|
||||
#+END_SRC
|
||||
|
||||
** Ement
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
(use-package plz
|
||||
:ensure nil
|
||||
:quelpa (plz :fetcher github :repo "alphapapa/plz.el"))
|
||||
|
||||
(use-package ement
|
||||
:ensure nil
|
||||
:quelpa (ement :fetcher github :repo "alphapapa/ement.el")
|
||||
:custom
|
||||
(ement-save-session-file "~/.cache/ement.el.token")
|
||||
(ement-save-token t))
|
||||
#+end_src
|
||||
|
||||
* Load some built-in libraries
|
||||
|
||||
** ~thingatpt~
|
||||
|
Reference in New Issue
Block a user