diff options
author | Kyle Meyer <kyle@kyleam.com> | 2020-09-19 12:47:37 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2020-09-19 12:47:37 -0400 |
commit | 7a98f40e99a1c06ef76e6c92694023c1d8309103 (patch) | |
tree | beabc3eb1f68a5d4bb342ee9c659cbec8d0945df /piem-notmuch.el | |
parent | 96d1dc07fd2854a11598a89eb7cf7b53bfc3b14c (diff) | |
download | piem-7a98f40e99a1c06ef76e6c92694023c1d8309103.tar.gz |
Fill in missing library commentaries
These aren't too useful (and I don't want to duplicate what is or at
least should be in the manual), but they're better than nothing.
Diffstat (limited to 'piem-notmuch.el')
-rw-r--r-- | piem-notmuch.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/piem-notmuch.el b/piem-notmuch.el index 7941736..cd3153a 100644 --- a/piem-notmuch.el +++ b/piem-notmuch.el @@ -21,7 +21,10 @@ ;;; Commentary: -;; +;; This library provides a minor mode, `piem-notmuch-mode', that +;; modifies `piem' variables to teach functions like `piem-inbox' and +;; `piem-am-ready-mbox' how to extract information from Notmuch +;; buffers. ;;; Code: |