Variable: TeX-fold-command-prefix

TeX-fold-command-prefix is a customizable variable defined in tex-fold.el.

Value

""

Documentation

Prefix key to use for commands in TeX Fold mode.

The value of this variable is checked as part of loading TeX Fold mode. After that, changing the prefix key requires manipulating keymaps.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex-fold.el
(defcustom TeX-fold-command-prefix "\C-c\C-o"
  "Prefix key to use for commands in TeX Fold mode.
The value of this variable is checked as part of loading TeX Fold mode.
After that, changing the prefix key requires manipulating keymaps."
  :type 'string)