diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2020-08-15 00:06:45 +0100 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2020-08-15 00:06:45 +0100 |
commit | 107c86575fd6ce7dafb985c97f1ee25bdb63ba20 (patch) | |
tree | c774fc0e8e8215793943f4207afc895be46b0f88 /Emacs/.config/emacs | |
parent | 84bc038f7b2b50f6e214a9407f378933b6b44401 (diff) | |
download | dotfiles-107c86575fd6ce7dafb985c97f1ee25bdb63ba20.tar.gz dotfiles-107c86575fd6ce7dafb985c97f1ee25bdb63ba20.tar.bz2 dotfiles-107c86575fd6ce7dafb985c97f1ee25bdb63ba20.zip |
+mail description
Diffstat (limited to 'Emacs/.config/emacs')
-rw-r--r-- | Emacs/.config/emacs/config.org | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org index 59d1767..8ca41bf 100644 --- a/Emacs/.config/emacs/config.org +++ b/Emacs/.config/emacs/config.org @@ -421,6 +421,14 @@ Counsel projectile provides the ivy interface to projectile commands, which is r (counsel-projectile-mode +1)) #+END_SRC * Mail +Mail is a funny thing; most people use it just for business or +advertising and it's come out of use in terms of personal +communication in the west for the most part (largely due to "social" +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. ** Notmuch #+BEGIN_SRC emacs-lisp (setq +mail/signature "---------------\nAryadev Chavali") |