remove test macroexpand

This commit is contained in:
amirrezaask 2020-03-12 05:40:09 +03:30
parent 50114c2686
commit b6149629cb
1 changed files with 0 additions and 1 deletions

View File

@ -68,7 +68,6 @@ KEYS should be a plist in the following format:
((is-evil?) `(-defkey-evil ,map ,evil-state-key ,fn)))))
(macroexpand (defkey 'python-map (:evil '(:normal "g s" :visual "v") :god "who cares") 'foo))
(provide 'fg42/key-bindings)
;;; key-bindings.el ends here