clojure-emacs/sayid

`sayid-clj-mode-keys` does not return the map it makes

futuro opened this issue · 1 comments

Running sayid-setup-package doesn't actually set up the keymaps, and I believe the cause is that sayid-clj-mode-keys doesn't return the map it defines, as we see in line 915 ofsayid.el.

I've opened PR #53, which should resolve this issue.

Fixed by #53.