summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Dominik <carsten.dominik@gmail.com>2010-07-02 10:32:51 +0200
committerCarsten Dominik <carsten.dominik@gmail.com>2010-07-02 10:32:51 +0200
commit708266eeddb11ca722d1bc8f0a61825678711bf6 (patch)
tree4ac50a59a2d21d65c0819033d977950b1aeb6101
parent5edefbba269db8e717bd2b40778786b08af3f7a1 (diff)
downloadorg-mode-708266eeddb11ca722d1bc8f0a61825678711bf6.tar.gz
New default for the gnus frame setup
* lisp/org.el (org-link-frame-setup): Use `org-gnus-no-new-news' as default.
-rw-r--r--lisp/org.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org.el b/lisp/org.el
index c72e36e..af717be 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -1386,7 +1386,7 @@ Changing this requires a restart of Emacs to work correctly."
(defcustom org-link-frame-setup
'((vm . vm-visit-folder-other-frame)
- (gnus . gnus-other-frame)
+ (gnus . org-gnus-no-new-news)
(file . find-file-other-window)
(wl . wl-other-frame))
"Setup the frame configuration for following links.