From 67111d7888ed94261b2cf26a326c12cce3b4b4a7 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Thu, 18 Mar 2021 06:23:17 +0100 Subject: [PATCH] Install Ement MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It’s a better version of matrix-client.el, let’s hope it will actually work. --- configuration.org | 15 +++++++++++++++ customizations.el | 3 +++ 2 files changed, 18 insertions(+) diff --git a/configuration.org b/configuration.org index 4c0a24b..be33e45 100644 --- a/configuration.org +++ b/configuration.org @@ -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~ diff --git a/customizations.el b/customizations.el index 09756cf..4d3594a 100644 --- a/customizations.el +++ b/customizations.el @@ -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