Install Ement
It’s a better version of matrix-client.el, let’s hope it will actually work.
This commit is contained in:
parent
34222ea853
commit
67111d7888
@ -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~
|
||||
|
@ -75,6 +75,7 @@
|
||||
elpher
|
||||
elpy
|
||||
emamux
|
||||
ement
|
||||
emmet-mode
|
||||
enlive
|
||||
eshell-fringe-status
|
||||
@ -153,6 +154,7 @@
|
||||
phi-search
|
||||
phi-search-mc
|
||||
plantuml-mode
|
||||
plz
|
||||
po-mode
|
||||
poetry
|
||||
ponylang-mode
|
||||
@ -174,6 +176,7 @@
|
||||
sx
|
||||
tidal
|
||||
transient
|
||||
ts
|
||||
typescript-mode
|
||||
undo-tree
|
||||
use-package
|
||||
|
Loading…
Reference in New Issue
Block a user