summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2015-08-20 01:27:11 -0400
committerKyle Meyer <kyle@kyleam.com>2015-08-20 01:27:11 -0400
commit2a155877c828a10db7a7e2d7b065e921fd031434 (patch)
tree62757a99d6f39c76c813f3dbb2b210733e830632 /lisp
parent8097f77d0fd9767b7e8b4237f03aa299002a76c0 (diff)
downloademacs.d-2a155877c828a10db7a7e2d7b065e921fd031434.tar.gz
gnus: Don't bind 'GG' to notmuch-search
Diffstat (limited to 'lisp')
-rw-r--r--lisp/init-mail.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/init-mail.el b/lisp/init-mail.el
index f6de078..dd99c5b 100644
--- a/lisp/init-mail.el
+++ b/lisp/init-mail.el
@@ -293,7 +293,6 @@ paragraph."
(kill-new (message "%s" (notmuch-show-get-message-id))))
(define-key notmuch-show-mode-map (kbd "C-c C-c") 'km/notmuch-goto-message-in-gnus)
-(define-key gnus-group-mode-map "GG" 'notmuch-search)
(define-key notmuch-hello-mode-map "o" 'km/ace-link-widget)