From 03a5c24d8c1e23e1948ae4d9c21bd7206ce72de4 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 19 Oct 2014 00:43:33 -0400 Subject: Set org-gnus-prefer-web-links --- lisp/init-gnus.el | 2 ++ 1 file changed, 2 insertions(+) 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 () -- cgit v1.2.3