I have this in my init.el:
(global-set-key (kbd "C-h") 'backward-delete-char)
Matlab mode resets my global setting back to "help", and I can't get to use "local-set-key" in the buffer - it doesn't end key sequence when I press C-h, waiting to input of the next character (C-h-
).
Is there a way to interactively fix it?