Variable: xwidget-webkit-download-dir

xwidget-webkit-download-dir is a customizable variable defined in xwidget.el.gz.

Value

"~/Downloads/"

Documentation

Directory where download file saved.

This variable was added, or its default value changed, in Emacs 28.1.

Probably introduced at or before Emacs version 28.1.

Source Code

;; Defined in /usr/src/emacs/lisp/xwidget.el.gz
;;; Download, save as file.

(defcustom xwidget-webkit-download-dir "~/Downloads/"
  "Directory where download file saved."
  :version "28.1"
  :type 'file)