Mercurial > dotfiles
changeset 128:d59b0340a85a
Man, this is what I wanted all along.
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Thu, 23 Jul 2009 10:21:50 -0500 |
parents | 932ae5899ff4 |
children | 1286c27cf0c0 |
files | .elisp/settings/90.keybindings.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.elisp/settings/90.keybindings.el +++ b/.elisp/settings/90.keybindings.el @@ -4,7 +4,7 @@ ; Save early and often, with only one keystroke (global-set-key [(meta s)] 'save-buffer) ; Typing tab is for lesser editors, make hitting return do that -(global-set-key "\C-m" 'newline-and-indent) +(global-set-key "\C-m" 'indent-new-comment-line) ; M-l makes more sense to me for jumping to a line (global-set-key "\M-l" 'goto-line) ; Sometimes C-h is what Backspace sends in a terminal, and I never use C-h