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