ergoemacs / ergoemacs-mode

ergoemacs-mode
ergoemacs.github.io/
GNU General Public License v3.0
293 stars 35 forks source link

Cyclic keymap interherence #473

Closed xsrvmy closed 3 years ago

xsrvmy commented 6 years ago

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 6 years ago

You should be able to do:

(global-unset-key (kbd "M-w"))
mattfidler commented 3 years ago

Reopen if you have issues on the new github version