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

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

Re: Alternate binding for C-a


From: Tassilo Horn
Subject: Re: Alternate binding for C-a
Date: Wed, 01 Apr 2009 09:44:20 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (gnu/linux)

willwillis <will.willis@gmail.com> writes:

> I've attempted several times to change C-a ( beginning-of-line ) to
> M-a. Does anyone know the elisp I'd need to put in my .emacs to make
> this change?

Try this:

  (global-set-key (kbd "M-a") 'beginning-of-line)

Bye,
Tassilo





reply via email to

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