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

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

Re: how to change C-x prefix to C-k in a clean way?


From: Teemu Likonen
Subject: Re: how to change C-x prefix to C-k in a clean way?
Date: Sat, 07 Mar 2009 05:21:38 GMT
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

On 2009-03-06 19:27 (-0800), Xah Lee wrote:

> is there a way to remap all the C-x key to another, say C-k?

I think it's simply

    (global-set-key (kbd "C-k") ctl-x-map)

See (info "(elisp) Prefix Keys")


reply via email to

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