diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-08-24 19:59:05 +0100 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-08-24 19:59:24 +0100 |
commit | b8589868213a79b9b3f4fc575ccafc9d5c84fa3e (patch) | |
tree | 77a7c00e921f89031d0bf38ea1c3585de0a151db /Emacs/.config/emacs | |
parent | a4f4665ad560772519ea1249f07d052ac4145c4c (diff) | |
download | dotfiles-b8589868213a79b9b3f4fc575ccafc9d5c84fa3e.tar.gz dotfiles-b8589868213a79b9b3f4fc575ccafc9d5c84fa3e.tar.bz2 dotfiles-b8589868213a79b9b3f4fc575ccafc9d5c84fa3e.zip |
(Emcas/config)~descriptions
Diffstat (limited to 'Emacs/.config/emacs')
-rw-r--r-- | Emacs/.config/emacs/config.org | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org index b24f1d2..a6e4c5f 100644 --- a/Emacs/.config/emacs/config.org +++ b/Emacs/.config/emacs/config.org @@ -1568,11 +1568,13 @@ media applications). However, this isn't true for the open source and free software movement who heavily use mail for communication. Integrating mail into Emacs helps as I can send source code and -integrate it into my workflow just a bit better. +integrate it into my workflow just a bit better. There are a few +ways of doing this, both in built and via package. *** Notmuch -Notmuch is the application I use to read my mail. It's really fast, -has tons of customisable functionality and has good integration with -Emacs. +Notmuch is an application for categorising some local mail system. +It's really fast, has tons of customisable functionality and has good +integration with Emacs. I use ~mbsync~ separately to pull my mail +from the remote server. #+begin_src emacs-lisp (use-package notmuch |