Is there a way to easily disable all Emacs commands? I'm trying to remap some commands I commonly use.
; Delete line
(global-set-key "\C-d" 'kill-whole-line)
In some contexts this doesn't always delete the whole line. I assume it's the underlying default commands.