summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2014-06-13 21:45:51 -0400
committerKyle Meyer <kyle@kyleam.com>2014-06-13 21:45:51 -0400
commit662ae39a01f46a2d8c32741811f635bc5da279e2 (patch)
tree4b8df7a1099b83df759b34b89feebcca26b299a2 /lisp
parentaad7a505c9b4c35afbdcd30928b16782899db8ca (diff)
downloademacs.d-662ae39a01f46a2d8c32741811f635bc5da279e2.tar.gz
Remove ido-gnus
Diffstat (limited to 'lisp')
-rw-r--r--lisp/init-gnus.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/init-gnus.el b/lisp/init-gnus.el
index b56b06a..7d72c51 100644
--- a/lisp/init-gnus.el
+++ b/lisp/init-gnus.el
@@ -114,9 +114,6 @@ A new buffer with the patch contents is opened in another window."
(select-window (gnus-get-buffer-window gnus-article-buffer))
(goto-char (point-max)))
-(require-package 'ido-gnus)
-(define-key gnus-group-mode-map "j" 'ido-gnus-select-group)
-
(setq ido-gnus-num-articles 20)
(require 'notmuch)