X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch.el;h=f0afa0721628c8d53e7abfe3b8d4e603260d2892;hb=e4844fafec0dd789fe304b412c76f594850b833e;hp=99e0c93af01971a059d3c50c3c68f9e849477295;hpb=ad6a6edb38e428f7bbcd81b49fd2ef1e5197f8c7;p=notmuch diff --git a/emacs/notmuch.el b/emacs/notmuch.el index 99e0c93a..f0afa072 100644 --- a/emacs/notmuch.el +++ b/emacs/notmuch.el @@ -962,7 +962,7 @@ PROMPT is the string to prompt with." completions))) (t (list string))))))) ;; this was simpler than convincing completing-read to accept spaces: - (define-key keymap (kbd "") 'minibuffer-complete) + (define-key keymap (kbd "TAB") 'minibuffer-complete) (let ((history-delete-duplicates t)) (read-from-minibuffer prompt nil keymap nil 'notmuch-search-history nil nil)))))