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")))
|
:files (:defaults "logo.png" "matrix-client-standalone.el.sh")))
|
||||||
#+END_SRC
|
#+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
|
* Load some built-in libraries
|
||||||
|
|
||||||
** ~thingatpt~
|
** ~thingatpt~
|
||||||
|
@ -75,6 +75,7 @@
|
|||||||
elpher
|
elpher
|
||||||
elpy
|
elpy
|
||||||
emamux
|
emamux
|
||||||
|
ement
|
||||||
emmet-mode
|
emmet-mode
|
||||||
enlive
|
enlive
|
||||||
eshell-fringe-status
|
eshell-fringe-status
|
||||||
@ -153,6 +154,7 @@
|
|||||||
phi-search
|
phi-search
|
||||||
phi-search-mc
|
phi-search-mc
|
||||||
plantuml-mode
|
plantuml-mode
|
||||||
|
plz
|
||||||
po-mode
|
po-mode
|
||||||
poetry
|
poetry
|
||||||
ponylang-mode
|
ponylang-mode
|
||||||
@ -174,6 +176,7 @@
|
|||||||
sx
|
sx
|
||||||
tidal
|
tidal
|
||||||
transient
|
transient
|
||||||
|
ts
|
||||||
typescript-mode
|
typescript-mode
|
||||||
undo-tree
|
undo-tree
|
||||||
use-package
|
use-package
|
||||||
|
Loading…
Reference in New Issue
Block a user