diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-10-19 00:43:33 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-10-19 00:43:33 -0400 |
commit | 03a5c24d8c1e23e1948ae4d9c21bd7206ce72de4 (patch) | |
tree | 2f878d3034248cc7510de0ac0a308d2da2c80041 | |
parent | eaab40098aa8b65ce6da36e5389e2f9e98cbd6a3 (diff) | |
download | emacs.d-03a5c24d8c1e23e1948ae4d9c21bd7206ce72de4.tar.gz |
Set org-gnus-prefer-web-links
-rw-r--r-- | lisp/init-gnus.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/init-gnus.el b/lisp/init-gnus.el index 4de7eb8..95ed897 100644 --- a/lisp/init-gnus.el +++ b/lisp/init-gnus.el @@ -117,6 +117,8 @@ A new buffer with the patch contents is opened in another window." (require 'notmuch) (require 'org-gnus) +(setq org-gnus-prefer-web-links t) + (define-key gnus-group-mode-map "GG" 'notmuch-search) ;; http://roland.entierement.nu/blog/2010/09/08/gnus-dovecot-offlineimap-search-a-howto.html (defun km/notmuch-shortcut () |