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

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

c++ - cuda, pycuda -- how to write complex numbers -- errors:class "cuComplex" has no member "i" -

How do I check if an insert was successful with MySQLdb in Python? -