diff options
author | jao <jao@gnu.org> | 2024-03-27 01:03:15 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2024-03-27 01:03:15 +0000 |
commit | 3bc3eda3da67ec367c5b7f8ff883a7b073fc32b1 (patch) | |
tree | dd4b65d7803ac04da0d5ff712d15ec74a4823b94 /custom | |
parent | 059b84a559da1219a79aabfdac7485ce755fd159 (diff) | |
download | elibs-3bc3eda3da67ec367c5b7f8ff883a7b073fc32b1.tar.gz elibs-3bc3eda3da67ec367c5b7f8ff883a7b073fc32b1.tar.bz2 |
nits
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:.+\\)") |