branch: externals/notmuch-indicator
commit 45120219c42e602bf536a350590bef772ecda45d
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
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'."