Refacotry eaf-binding-key

master
Andy Stewart 6 years ago
parent 8a2695143b
commit 315a0cb49c
  1. 2
      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 ","))

Loading…
Cancel
Save