[PATCH v6 8/8] emacs: add global keybinding M-= for refresh all buffers

David Bremner david at tethera.net
Mon Oct 17 05:17:34 PDT 2016


Mark Walters <markwalters1009 at gmail.com> writes:

> We can't use c-u = as some of the notmuch-show refresh function
> already uses that. This is a global keybinding for a relatively
> infrequent function but M-= seems unlikely to cause conflicts.
> ---
>  emacs/notmuch-lib.el | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/emacs/notmuch-lib.el b/emacs/notmuch-lib.el
> index 7cb1169..1f0d167 100644
> --- a/emacs/notmuch-lib.el
> +++ b/emacs/notmuch-lib.el
> @@ -151,6 +151,7 @@ For example, if you wanted to remove an \"inbox\" tag and add an
>      (define-key map "z" 'notmuch-tree)
>      (define-key map "m" 'notmuch-mua-new-mail)
>      (define-key map "=" 'notmuch-refresh-this-buffer)
> +    (define-key map (kbd "M-=") 'notmuch-refresh-all-buffers)
>      (define-key map "G" 'notmuch-poll-and-refresh-this-buffer)
>      (define-key map "j" 'notmuch-jump-search)
>      map)

Series pushed to master.

d


More information about the notmuch mailing list