Function: eww-history-mode

eww-history-mode is a byte-compiled function defined in eww.el.gz.

Signature

(eww-history-mode)

Documentation

Mode for listing eww-histories.

RET eww-history-browse
n next-line
p previous-line

In addition to any hooks its parent mode special-mode might have run, this mode runs the hook eww-history-mode-hook, as the final or penultimate step during initialization.

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))