From 28199ff810426ba2baa7db8d3150b799ef5d0bc9 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Tue, 28 May 2024 17:03:19 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Add=20pocket-reader=20package?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.org | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/config.org b/config.org index 6ceff0a..a2ca1fd 100644 --- a/config.org +++ b/config.org @@ -2304,6 +2304,17 @@ Emacs client for Mastodon. mastodon-active-user "mmk2410")) #+end_src +* Pocket + + Emacs client for Pocket reading list (getpocket.com) + + [[https://github.com/alphapapa/pocket-reader.el][GitHub: alphapapa/pocket-reader.el]] + + +#+begin_src emacs-lisp +(use-package pocket-reader) +#+end_src + * mu4e Managing e-mails is maybe one of the most critical tasks in my life. Over the last years I tried countless different clients, including the famous (neo)mutt, KMail, and Thunderbird. But it seems that I always go back to one specific: mu4e. Maybe because it is integrated in Emacs and Org-mode, maybe because I like using a keyboard-focused client and that's where I end. I don't now. But what I know is: I enjoy using it!