Revert defvar to defcustom

master
Matthew 6 years ago
parent a2c1b76a15
commit 80a351c882
  1. 4
      eaf.el

@ -93,12 +93,12 @@
"EAF mode hook."
:type 'hook)
(defvar eaf-capture-keys
(defcustom eaf-capture-keys
'("RET" "DEL" "TAB" "SPC" "<backtab>" "<home>" "<end>" "<left>" "<right>" "<up>" "<down>" "<prior>" "<next>")
"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)

Loading…
Cancel
Save