Variable: personal-keybindings

personal-keybindings is a variable defined in bind-key.el.gz.

Value

nil

Documentation

List of bindings performed by bind-key.

Elements have the form ((KEY . [MAP]) CMD ORIGINAL-CMD)

Source Code

;; Defined in /usr/src/emacs/lisp/bind-key.el.gz
;;;###autoload
(defvar personal-keybindings nil
  "List of bindings performed by `bind-key'.

Elements have the form ((KEY . [MAP]) CMD ORIGINAL-CMD)")