I am trying to set the global key for the C-; key by placing the below code in init.el file.
(global-set-key "\C-;" 'backward-kill-word)
But this gives the following error in the *Warning* buffer
error "Invalid modifier in string"
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
try this,
another way and I guess most easiest way of doing is with
kbdfunction