Variable: vc-tor

vc-tor is a customizable variable defined in vc-dispatcher.el.gz.

Value

nil

Documentation

If non-nil, communicate with the repository site via Tor.

See https://2019.www.torproject.org/about/overview.html.en and the man pages for "torsocks" for more details about Tor.

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

Probably introduced at or before Emacs version 27.1.

Source Code

;; Defined in /usr/src/emacs/lisp/vc/vc-dispatcher.el.gz
(defcustom vc-tor nil
  "If non-nil, communicate with the repository site via Tor.
See https://2019.www.torproject.org/about/overview.html.en and
the man pages for \"torsocks\" for more details about Tor."
  :type 'boolean
  :version "27.1"
  :group 'vc)