This commit is contained in:
parent
cf557b0bc1
commit
28199ff810
1 changed files with 11 additions and 0 deletions
11
config.org
11
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!
|
||||
|
|
Loading…
Reference in a new issue