cofi / evil-leader

<leader> key for evil
GNU General Public License v3.0
315 stars 22 forks source link

Dynamic assignment #26

Open ghost opened 9 years ago

ghost commented 9 years ago

Is it possible to dynamically assign a key from a variable? Something like this does not work.

(evil-leader/set-key "ax" (make-symbol some-defun-name-as-string))