From 315a0cb49cb23f05022b51db468335d09271a2e3 Mon Sep 17 00:00:00 2001 From: Andy Stewart Date: Fri, 13 Dec 2019 23:46:42 +0800 Subject: [PATCH] Refacotry eaf-binding-key --- eaf.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eaf.el b/eaf.el index 123cbb3..ec6e8ac 100644 --- a/eaf.el +++ b/eaf.el @@ -668,7 +668,7 @@ Use it as (eaf-setq var val)" This is used to bind key to EAF Python applications. Use it as (eaf-bind-key var key eaf-app-keybinding)" - `(map-put ,eaf-app-keybinding ,key (symbol-name ',command))) + `(map-put ,eaf-app-keybinding ,key ,(symbol-name command))) (defun eaf-focus-buffer (msg) (let* ((coordinate-list (split-string msg ","))