From de7026af6ee3a937830e3854cc5c0f3c6bd324cb Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Thu, 27 Mar 2014 19:06:02 -0400 Subject: Install and setup ido-gnus --- lisp/init-gnus.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lisp/init-gnus.el') diff --git a/lisp/init-gnus.el b/lisp/init-gnus.el index be77e81..00cc664 100644 --- a/lisp/init-gnus.el +++ b/lisp/init-gnus.el @@ -114,6 +114,11 @@ 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) (require 'org-gnus) -- cgit v1.2.3