linux - Unbind C-d from Delete in Emacs -
linux - Unbind C-d from Delete in Emacs -
on scheme (ubuntu 11.04) c-d acts alias delete in emacs. there way break connection? if so, how?
put in emacs init file:
(global-unset-key "\c-d")
linux emacs
Comments
Post a Comment