help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: remap C-c C-d in C file


From: Rami A
Subject: Re: remap C-c C-d in C file
Date: Wed, 24 Apr 2013 15:52:52 -0700 (PDT)
User-agent: G2/1.0

Thank you so much Alan.
This did actually work:

(defun my-c-mode-common-hook ()
  (define-key c-mode-base-map "\C-c\C-d" nil)    ; unbind 
c-hungry-delete-forward 
  )
(add-hook 'c-mode-common-hook 'my-c-mode-common-hook)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]