Use test fun equal for updating key lists

master
Clemens Radermacher 6 years ago
parent 9858e1e563
commit 6b0e2f05be
No known key found for this signature in database
GPG Key ID: ADEDCAC15E317EA0
  1. 2
      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 ","))

Loading…
Cancel
Save