From 1678be4f58d23b5c7129c15558782c92dd0fdff0 Mon Sep 17 00:00:00 2001 From: jao Date: Thu, 29 Jul 2021 21:05:28 +0100 Subject: nits --- lib/net/jao-notmuch.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/net') diff --git a/lib/net/jao-notmuch.el b/lib/net/jao-notmuch.el index 905dcd9..2a785b1 100644 --- a/lib/net/jao-notmuch.el +++ b/lib/net/jao-notmuch.el @@ -213,7 +213,7 @@ (defun jao-notmuch--tree-update-buffer-name (&optional n) (when-let ((n (or n (jao-notmuch--unread-count)))) - (rename-buffer (format "{%s - %s}" (jao-notmuch--query-name) n)) + (rename-buffer (format "%s - %s" (jao-notmuch--query-name) n)) (jao-minibuffer-refresh))) (defun jao-notmuch--tree-sentinel (proc &rest _) -- cgit v1.2.3