diff options
author | Blendoit <blendoit@gmail.com> | 2020-12-13 18:21:09 -0800 |
---|---|---|
committer | Blendoit <blendoit@gmail.com> | 2020-12-13 18:21:09 -0800 |
commit | 2e6c92f577879fa6a94ebbe0f1aca40fe5f0b03e (patch) | |
tree | b488a7246a89dad7bf51c0e5743a7a2217763552 | |
parent | 6a17d92acc14aaf8e6842da82d84ba8405be51a4 (diff) |
Telegram
-rw-r--r-- | smart-documents.org | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/smart-documents.org b/smart-documents.org index 64ec895..562b0b3 100644 --- a/smart-documents.org +++ b/smart-documents.org @@ -845,6 +845,17 @@ Emacs ships with an IRC client called ~erc~. (erc-update-modules)) #+END_SRC +*** TODO Telegram + +Yeah, a Telegram client is being developed for Emacs. + +#+BEGIN_SRC emacs-lisp :tangle yes +(use-package telega + :load-path "~/github/telega.el/telega.el" + :commands (telega) + :defer t) +#+END_SRC + ** Coding languages *** TODO Emacs Lisp |