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!