Variable: url-automatic-caching

url-automatic-caching is a customizable variable defined in url-vars.el.gz.

Value

nil

Documentation

If non-nil, all documents will be automatically cached to the local disk.

Source Code

;; Defined in /usr/src/emacs/lisp/url/url-vars.el.gz
(defcustom url-automatic-caching nil
  "If non-nil, all documents will be automatically cached to the local disk."
  :type 'boolean
  :group 'url-cache)