Cyclic keymap interherence
xsrvmy opened this issue · 2 comments
xsrvmy commented
I am currently trying to map M-w to a leader key in my .emacs file, and I am getting a cyclic interherence error, presumably due to the ergoemacs undefined binding. How do I unmap M-w in ergoemacs?
mattfidler commented
You should be able to do:
(global-unset-key (kbd "M-w"))
mattfidler commented
Reopen if you have issues on the new github version