Variable: edt-use-EDT-control-key-bindings
edt-use-EDT-control-key-bindings is a customizable variable defined in
edt.el.gz.
Value
nil
Documentation
Emacs MUST be restarted for a change in value to take effect! Non-nil causes the control key bindings to be replaced with EDT bindings. If set to nil (the default), EDT control key bindings are not used and the current Emacs control key bindings are retained for use within the EDT emulation.
Source Code
;; Defined in /usr/src/emacs/lisp/emulation/edt.el.gz
(defcustom edt-use-EDT-control-key-bindings nil
"Emacs MUST be restarted for a change in value to take effect!
Non-nil causes the control key bindings to be replaced with EDT
bindings. If set to nil (the default), EDT control key bindings are
not used and the current Emacs control key bindings are retained for
use within the EDT emulation."
:type 'boolean)