Function: eww-list-bookmarks

eww-list-bookmarks is an autoloaded, interactive and byte-compiled function defined in eww.el.gz.

Signature

(eww-list-bookmarks)

Documentation

Display the bookmarks.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/net/eww.el.gz
;;;###autoload
(defun eww-list-bookmarks ()
  "Display the bookmarks."
  (interactive)
  (eww-read-bookmarks t)
  (pop-to-buffer "*eww bookmarks*")
  (eww-bookmark-prepare))