alchemist.el icon indicating copy to clipboard operation
alchemist.el copied to clipboard

Properly bind prefix key commands in alchemist-iex-mode-map

Open akirak opened this issue 6 years ago • 0 comments

Hello, I set alchemist-key-command-prefix to (kbd "C-,"), and it turns out that the implementation in the master branch may not properly bind some keys in alchemist-iex-mode-map. With the config described above, some of the keybindings look like [67108908]ir, which is awkward. This PR fixes the issue.

akirak avatar Jan 19 '19 19:01 akirak