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