diff options
Diffstat (limited to 'custom')
-rw-r--r-- | custom/jao-custom-notmuch.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/custom/jao-custom-notmuch.el b/custom/jao-custom-notmuch.el index 7e6bd32..b498f8b 100644 --- a/custom/jao-custom-notmuch.el +++ b/custom/jao-custom-notmuch.el @@ -284,7 +284,8 @@ (save-window-excursion (calendar) (when agenda (org-agenda-list))) - (unless (widget-at) (jao-notmuch-hello-first))))) + (unless (widget-at) (jao-notmuch-hello-first)) + (jao-minibuffer-refresh)))) (defvar jao-notmuch-hello--sec-rx "^\\(\\[ [0-9]+\\|All tags:.+\\)") |