From 80a351c882c4a3571a3f9c5cea857d9ae00c4dd7 Mon Sep 17 00:00:00 2001 From: Matthew Date: Fri, 13 Dec 2019 16:48:59 -0500 Subject: [PATCH] Revert defvar to defcustom --- eaf.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)