12 lines
274 B
EmacsLisp
12 lines
274 B
EmacsLisp
|
;;; 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
|