Variable: sc-T-keymap

sc-T-keymap is a variable defined in supercite.el.gz.

Value

?  sc-T-describe
N  sc-S-mail-header-nuke-list
a  sc-S-preferred-attribution-list
b  sc-T-mail-nuke-blank-lines
c  sc-T-confirm-always
d  sc-T-downcase
e  sc-T-electric-references
f  sc-T-auto-fill-region
h  sc-T-describe
l  sc-S-cite-region-limit
n  sc-S-mail-nuke-mail-headers
o  sc-T-electric-circular
p  sc-S-preferred-header-style
s  sc-T-nested-citation
u  sc-T-use-only-preferences
w  sc-T-fixup-whitespace

Documentation

Keymap for sub-keymap of setting and toggling functions.

Source Code

;; Defined in /usr/src/emacs/lisp/mail/supercite.el.gz
;; ======================================================================
;; supercite keymaps

(defvar-keymap sc-T-keymap
  :doc "Keymap for sub-keymap of setting and toggling functions."
  "a" #'sc-S-preferred-attribution-list
  "b" #'sc-T-mail-nuke-blank-lines
  "c" #'sc-T-confirm-always
  "d" #'sc-T-downcase
  "e" #'sc-T-electric-references
  "f" #'sc-T-auto-fill-region
  "h" #'sc-T-describe
  "l" #'sc-S-cite-region-limit
  "n" #'sc-S-mail-nuke-mail-headers
  "N" #'sc-S-mail-header-nuke-list
  "o" #'sc-T-electric-circular
  "p" #'sc-S-preferred-header-style
  "s" #'sc-T-nested-citation
  "u" #'sc-T-use-only-preferences
  "w" #'sc-T-fixup-whitespace
  "?" #'sc-T-describe)