How can I remove a (globally set) key binding? My emacs binds set-mark-command
to C-@
, C-SPC
, and M-SPC
by default, and I want to free C-SPC
from it without assigning something else within emacs so that I can use that for a keyboard shortcut defined in the OS.
Asked
Active
Viewed 2,808 times
11

sawa
- 165,429
- 45
- 277
- 381
-
1I don't believe it's needed: if a key shortcut is defined in the OS, the OS should grab it and not send it to Emacs. – Rémi May 22 '11 at 11:37