diff --git a/eaf.el b/eaf.el index 6967f17..fd16a0d 100644 --- a/eaf.el +++ b/eaf.el @@ -696,7 +696,7 @@ of `eaf--buffer-app-name' inside the EAF buffer." `(map-put ,eaf-app-keybinding ,key ,(if (string-match "_" (symbol-name command)) (symbol-name command) - `(quote ,command)))) + `(quote ,command)) #'equal)) (defun eaf-focus-buffer (msg) (let* ((coordinate-list (split-string msg ","))