Explorar o código

New default for the gnus frame setup

* lisp/org.el (org-link-frame-setup): Use `org-gnus-no-new-news' as default.
Carsten Dominik %!s(int64=15) %!d(string=hai) anos
pai
achega
708266eedd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lisp/org.el

+ 1 - 1
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.