Variable: eww-history-mode-hook

eww-history-mode-hook is a variable defined in eww.el.gz.

Value

nil

Documentation

Hook run after entering eww history mode.

No problems result if this variable is not bound. add-hook automatically binds it. (This is true for all hook variables.)

Source Code

;; Defined in /usr/src/emacs/lisp/net/eww.el.gz
(define-derived-mode eww-history-mode special-mode "eww history"
  "Mode for listing eww-histories.

\\{eww-history-mode-map}"
  :interactive nil
  (buffer-disable-undo)
  (setq truncate-lines t))