diff --git a/eaf.el b/eaf.el index 365e265..b511a97 100644 --- a/eaf.el +++ b/eaf.el @@ -93,13 +93,13 @@ "EAF mode hook." :type 'hook) -(defcustom eaf-capture-keys +(defvar eaf-capture-keys '("RET" "DEL" "TAB" "SPC" "" "" "" "" "" "" "" "" "") "Keys should send key event for to python side." :type 'cons) -(defcustom eaf-capture-commands - '(self-insert-command delete-backward-char) +(defvar eaf-capture-commands + '(self-insert-command) "Commands that should directly send key event to the Python side." :type 'cons)