summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--piem.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/piem.el b/piem.el
index 5a54b82..9695511 100644
--- a/piem.el
+++ b/piem.el
@@ -29,6 +29,9 @@
(require 'message)
(require 'subr-x)
+
+;;;; Options
+
(defgroup piem ()
"Emacs tools for working with public-inbox archives."
:link '(info-link "(piem)Top")
@@ -126,6 +129,9 @@ intended to be used by libraries implementing a function for
(when (string-match-p (regexp-quote addr) to)
(throw 'hit (car inbox)))))))))
+
+;;;; Extractors
+
(defun piem-inbox ()
"Return the current buffer's inbox."
(run-hook-with-args-until-success 'piem-get-inbox-functions))