blob: 6a266a717cd2c5ace0f948a5f65f95e3ba716bdf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
;;; email.el --- My Emacs email settings -*- lexical-binding: t -*-
;; Author: William Carroll <wpcarro@gmail.com>
;;; Commentary:
;; Attempting to configure to `notmuch' for my personal use.
;;; Code:
(message "Not implemented.")
(provide 'email)
;;; email.el ends here
|