diff options
author | Mark Walters <markwalters1009@gmail.com> | 2013-09-23 20:52:59 +0100 |
---|---|---|
committer | David Bremner <bremner@debian.org> | 2013-10-02 08:47:39 -0300 |
commit | cc8c407dfc9b5e50b02692077db589d5365bbf1f (patch) | |
tree | dbb21989b2c0b5bdcad20588b86709c75fd6c05f | |
parent | d1a5f5c659ae49f89fd55b183389b818e55062ad (diff) |
contrib: pick: remove temporary keybinding
We would like to bind prefix-arg RET in search view to "pick show this
thread" (i.e. notmuch-pick-from-search-thread). It is not easy to do
this cleanly from contrib so I have been using M-RET instead.
Temporarily remove this functionality in preparation for entering
mainline and binding to prefix-arg RET.
-rw-r--r-- | contrib/notmuch-pick/notmuch-pick.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/notmuch-pick/notmuch-pick.el b/contrib/notmuch-pick/notmuch-pick.el index 3afdea4a..0aa651ee 100644 --- a/contrib/notmuch-pick/notmuch-pick.el +++ b/contrib/notmuch-pick/notmuch-pick.el @@ -940,7 +940,6 @@ The arguments are: ;; Set up key bindings from the rest of notmuch. (define-key notmuch-common-keymap "z" 'notmuch-pick) (define-key notmuch-search-mode-map "Z" 'notmuch-pick-from-search-current-query) -(define-key notmuch-search-mode-map (kbd "M-RET") 'notmuch-pick-from-search-thread) (define-key notmuch-show-mode-map "Z" 'notmuch-pick-from-show-current-query) (message "Initialised notmuch-pick") |