ergoemacs/ergoemacs-mode

Cyclic keymap interherence

xsrvmy opened this issue · 2 comments

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?

You should be able to do:

(global-unset-key (kbd "M-w"))

Reopen if you have issues on the new github version