Variable: footnote-prefix

footnote-prefix is a customizable variable defined in footnote.el.gz.

Value

[(control 99) 33]

Documentation

Prefix key to use for Footnote commands in Footnote minor mode.

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

Source Code

;; Defined in /usr/src/emacs/lisp/mail/footnote.el.gz
(defcustom footnote-prefix [(control ?c) ?!]
  "Prefix key to use for Footnote commands in Footnote minor mode.
The value of this variable is checked as part of loading Footnote mode.
After that, changing the prefix key requires manipulating keymaps."
  :type 'key-sequence)