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

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

RE: Binding a function to control c control space


From: Drew Adams
Subject: RE: Binding a function to control c control space
Date: Wed, 28 Mar 2012 14:03:32 -0700

> > I would like to bind 'delete-trailing-whitespace' to 
> > \C-c\C-spc, but I can not manage it.
> 
> By the way I can define it with 'global-set-key ', but that is not a
> long term solution I am afraid. ;-}

(define-key your-keymap (kbd "C-SPC") 'delete-trailing-whitespace)




reply via email to

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