diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/init-gnus.el | 5 |
1 files changed, 5 insertions, 0 deletions
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) |