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++ - compiler errors when initializing EXPECT_CALL with function which has program_options::variables_map as parameter -

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