summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorKyle Meyer <meyerkya@gmail.com>2013-07-17 13:28:33 -0400
committerKyle Meyer <meyerkya@gmail.com>2013-07-18 01:21:23 -0400
commitfcdc71f0e6f2acbd8cb3e1518d78ed7adaf69b2b (patch)
tree3d292ca63adf9f95965379ce16409cf08f2edc57 /init
parentd033baeab406017b4439cebab7aa85c85f907921 (diff)
downloademacs.d-fcdc71f0e6f2acbd8cb3e1518d78ed7adaf69b2b.tar.gz
move key bindings to .gnus.el
summary and article mode mapping have no effect (presumably overridden) if not they are not evaluated at the time gnus loads
Diffstat (limited to 'init')
-rw-r--r--init/km-gnus.el11
1 files changed, 0 insertions, 11 deletions
diff --git a/init/km-gnus.el b/init/km-gnus.el
index 3a4ee39..514323e 100644
--- a/init/km-gnus.el
+++ b/init/km-gnus.el
@@ -62,17 +62,6 @@
(setq gnus-confirm-mail-reply-to-news t)
-(gnus-define-keys gnus-summary-mode-map
- "j" gnus-summary-next-unread-article
- ";" gnus-summary-universal-argument ;; mutt's tag
- "e" gnus-summary-scroll-up)
-
-(gnus-define-keys gnus-group-mode-map
- "e" gnus-topic-select-group)
-
-(gnus-define-keys gnus-article-mode-map
- "e" shr-browse-url)
-
(global-set-key (kbd "C-x m") 'gnus-group-mail)
(setq mm-discouraged-alternatives '("text/html" "text/richtext"))