From ba1034a9c85f395de2073c69ee3c1daec48ded47 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Mon, 23 Dec 2019 10:55:21 +0000 Subject: Begin the Emacs email journey While this commit isn't much (i.e. notmuch), it represents one brave step forward in the quest for supporting email in Emacs -- something I'm estimating to be somewhere between a 1.5x and 2x workflow booster. --- configs/shared/.emacs.d/init.el | 1 + configs/shared/.emacs.d/wpc/email.el | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 configs/shared/.emacs.d/wpc/email.el (limited to 'configs') diff --git a/configs/shared/.emacs.d/init.el b/configs/shared/.emacs.d/init.el index 9c307fcc221f..3d0030314b6f 100644 --- a/configs/shared/.emacs.d/init.el +++ b/configs/shared/.emacs.d/init.el @@ -23,6 +23,7 @@ (require 'dotfiles) (require 'bookmark) (require 'keyboard) +(require 'email) (require 'wpc-keybindings) (require 'window-manager) diff --git a/configs/shared/.emacs.d/wpc/email.el b/configs/shared/.emacs.d/wpc/email.el new file mode 100644 index 000000000000..6a266a717cd2 --- /dev/null +++ b/configs/shared/.emacs.d/wpc/email.el @@ -0,0 +1,11 @@ +;;; email.el --- My Emacs email settings -*- lexical-binding: t -*- +;; Author: William Carroll + +;;; Commentary: +;; Attempting to configure to `notmuch' for my personal use. + +;;; Code: +(message "Not implemented.") + +(provide 'email) +;;; email.el ends here -- cgit 1.4.1