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

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

[elpa] externals/notmuch-indicator 45120219c4 23/36: Tweak spacing in tw


From: ELPA Syncer
Subject: [elpa] externals/notmuch-indicator 45120219c4 23/36: Tweak spacing in two defcustom
Date: Wed, 21 Sep 2022 00:59:21 -0400 (EDT)

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

    Tweak spacing in two defcustom
---
 notmuch-indicator.el | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/notmuch-indicator.el b/notmuch-indicator.el
index f3404f05a8..e9556c646b 100644
--- a/notmuch-indicator.el
+++ b/notmuch-indicator.el
@@ -83,8 +83,7 @@
 
 ;;;; User options
 
-(defcustom notmuch-indicator-args
-  '((:terms "tag:unread and tag:inbox" :label "@"))
+(defcustom notmuch-indicator-args '((:terms "tag:unread and tag:inbox" :label 
"@"))
   "List of plists specifying terms for `notmuch-count(1)'.
 
 Each plist consists of two properties, both of which accept a
@@ -128,8 +127,7 @@ Also see `notmuch-indicator-force-refresh-commands'."
   :type 'number
   :group 'notmuch-indicator)
 
-(defcustom notmuch-indicator-force-refresh-commands
-  '(notmuch-refresh-this-buffer)
+(defcustom notmuch-indicator-force-refresh-commands 
'(notmuch-refresh-this-buffer)
   "List of commands that update the notmuch-indicator after invoked.
 Normally, the indicator runs on a timer, controlled by the user
 option `notmuch-indicator-refresh-count'."



reply via email to

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