# HG changeset patch # User Augie Fackler # Date 1248362510 18000 # Node ID d59b0340a85ad32f53a3ad935fc7434d59699af5 # Parent 932ae5899ff4bf83c2482a102fc1f511523f8eca Man, this is what I wanted all along. diff --git a/.elisp/settings/90.keybindings.el b/.elisp/settings/90.keybindings.el --- 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