Variable: edt-user-map-configured

edt-user-map-configured is a variable defined in edt.el.gz.

Value

nil

Documentation

Non-nil indicates that user custom EDT key bindings are configured.

This means that an edt-user.el file was found in the user's load-path.

Source Code

;; Defined in /usr/src/emacs/lisp/emulation/edt.el.gz
(defvar edt-user-map-configured nil
  "Non-nil indicates that user custom EDT key bindings are configured.
This means that an edt-user.el file was found in the user's `load-path'.")