[Orgmode] Re: Rebinding of home and end keys

2010-11-12 Thread Achim Gratz
Moreover, here's the commit message for that change: --8<---cut here---start->8--- commit 668e28f4d050b80686937c4b7b8617f16d887ba0 Author: Carsten Dominik Date: Fri Sep 25 08:03:23 2009 +0100 Bind and to the org-specific commands --8<---c

[Orgmode] Re: Rebinding of home and end keys

2010-11-12 Thread Jambunathan K
Jambunathan K writes: > Carsten Dominik writes: > >> Hi, >> >> is there a git wizard who can find out when these lines were >> introduced in org.el. >> >> (define-key org-mode-map [home] 'org-beginning-of-line) >> (define-key org-mode-map [end] 'org-end-of-line) >> >> Maybe the commit message d

[Orgmode] Re: Rebinding of home and end keys

2010-11-12 Thread Jambunathan K
Carsten Dominik writes: > Hi, > > is there a git wizard who can find out when these lines were > introduced in org.el. > > (define-key org-mode-map [home] 'org-beginning-of-line) > (define-key org-mode-map [end] 'org-end-of-line) > > Maybe the commit message does explain why that was done? > gi