From c17bd6f389d3736c55a51372e06e1ce4cd3976b1 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 23 May 2020 13:58:43 -0400 Subject: piem: Add comment headings --- piem.el | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'piem.el') 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)) -- cgit v1.2.3