summaryrefslogtreecommitdiff
path: root/lisp/init-gnus.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2014-10-19 00:43:33 -0400
committerKyle Meyer <kyle@kyleam.com>2014-10-19 00:43:33 -0400
commit03a5c24d8c1e23e1948ae4d9c21bd7206ce72de4 (patch)
tree2f878d3034248cc7510de0ac0a308d2da2c80041 /lisp/init-gnus.el
parenteaab40098aa8b65ce6da36e5389e2f9e98cbd6a3 (diff)
downloademacs.d-03a5c24d8c1e23e1948ae4d9c21bd7206ce72de4.tar.gz
Set org-gnus-prefer-web-links
Diffstat (limited to 'lisp/init-gnus.el')
-rw-r--r--lisp/init-gnus.el2
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 ()