Variable: eww-bookmark-mode-hook

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

Value

nil

Documentation

Hook run after entering eww bookmarks 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-bookmark-mode special-mode "eww bookmarks"
  "Mode for listing bookmarks.

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