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/use-package/bind-key.el.gz
(defvar personal-keybindings nil
"List of bindings performed by `bind-key'.
Elements have the form ((KEY . [MAP]) CMD ORIGINAL-CMD)")