Fork me on GitHub
#emacs
<
2019-10-18
>
tianshu01:10:20

hi, how can I get a key string, like "C-c C-c" or "C-M-f" when I iterate the keymap with map-keymap.

tianshu01:10:36

the function map-keymap will give me a event, can I translate it to string?

jjttjj12:10:30

Does anyone have an example of using the window-purpose library with cider? All I want is for my repl to always open up in a full height buffer to the right of the clojure file I cider-jack-in from. I've taken a few stabs at this in the past but haven't got anywhere