Variable: gnus-startup-hook

gnus-startup-hook is a customizable variable defined in gnus-start.el.gz.

Value

nil

Documentation

A hook called at startup.

This hook is called after Gnus is connected to the NNTP server.

Probably introduced at or before Emacs version 20.1.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-start.el.gz
(defcustom gnus-startup-hook nil
  "A hook called at startup.
This hook is called after Gnus is connected to the NNTP server."
  :group 'gnus-start
  :type 'hook)