diff options
Diffstat (limited to 'mixins/email.el')
-rw-r--r-- | mixins/email.el | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/mixins/email.el b/mixins/email.el new file mode 100644 index 0000000..4146231 --- /dev/null +++ b/mixins/email.el @@ -0,0 +1,30 @@ +;;; Emacs Bedrock +;;; +;;; Mixin: Email + +;;; Usage: Append or require this file from init.el for Email in Emacs. You will +;;; need to do some heavy customization depending on your email provider. + +;;; Contents: +;;; +;;; - Core Email Packages +;;; - Sample Setup: Gmail +;;; - Sample Setup: Fastmail + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; +;;; Core Email Packages +;;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; +;;; Sample Setup: Gmail +;;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; +;;; Sample Setup: Fastmail +;;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |