Variable: doc-view-cache-directory

doc-view-cache-directory is a customizable variable defined in doc-view.el.gz.

Value

"/tmp/docview0"

Documentation

The base directory, where the PNG images will be saved.

View in manual

Source Code

;; Defined in /usr/src/emacs/lisp/doc-view.el.gz
(defcustom doc-view-cache-directory
  (expand-file-name (format "docview%d" (user-uid))
		    temporary-file-directory)
  "The base directory, where the PNG images will be saved."
  :type 'directory)