emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/notmuch-indicator d24ae8718a 14/36: Add outline heading


From: ELPA Syncer
Subject: [elpa] externals/notmuch-indicator d24ae8718a 14/36: Add outline headings
Date: Wed, 21 Sep 2022 00:59:20 -0400 (EDT)

branch: externals/notmuch-indicator
commit d24ae8718a3686723ff0526e591027933ecab426
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Add outline headings
---
 notmuch-indicator.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/notmuch-indicator.el b/notmuch-indicator.el
index ba70ef5dd2..45bf5d8f00 100644
--- a/notmuch-indicator.el
+++ b/notmuch-indicator.el
@@ -35,6 +35,8 @@
   "WORK-IN-PROGRESS."
   :group 'notmuch)
 
+;;;; User options
+
 (defcustom notmuch-indicator-args
   '((:terms "tag:unread and tag:inbox" :label "@"))
   "List of plists specifying terms for notmuch count.
@@ -72,6 +74,8 @@ It probably is better to not set this to a very low number."
   :type 'number
   :group 'notmuch-indicator)
 
+;;;; Helper functions and the minor-mode
+
 (defun notmuch-indicator--return-count ()
   "Parse `notmuch-indicator-args' and format them as single string."
   (mapconcat



reply via email to

[Prev in Thread] Current Thread [Next in Thread]