1 2 3 4 5 6
# -*- mode: snippet -*- # name: define-key # key: key # -- (define-key ${1:map} (kbd "${2:keybind}") #'$0)