]> git.eshelyaron.com Git - emacs.git/commitdiff
(global-map): Bind C-a to move-beginning-of-line.
authorKim F. Storm <storm@cua.dk>
Mon, 7 Mar 2005 11:12:21 +0000 (11:12 +0000)
committerKim F. Storm <storm@cua.dk>
Mon, 7 Mar 2005 11:12:21 +0000 (11:12 +0000)
lisp/bindings.el

index 8ad82b95e72c546773ef9b355f2e5753651c1b3c..59c58c5db2b26d6488e0a633b981fac44894bb10 100644 (file)
@@ -700,6 +700,7 @@ language you are using."
 (define-key global-map "\C-n" 'next-line)
 (define-key global-map "\C-p" 'previous-line)
 (define-key ctl-x-map "\C-n" 'set-goal-column)
+(define-key global-map "\C-a" 'move-beginning-of-line)
 (define-key global-map "\C-e" 'move-end-of-line)
 (define-key esc-map "g" 'goto-line)