Mercurial > dotfiles
changeset 177:70dcdb2acade
emacs keybindings: f5 for diff-apply-hunk
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Wed, 13 Jan 2010 10:27:35 -0600 |
parents | 842607bbc090 |
children | da329720ff18 |
files | .elisp/settings/90.keybindings.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/.elisp/settings/90.keybindings.el +++ b/.elisp/settings/90.keybindings.el @@ -19,6 +19,7 @@ (global-set-key [(control backspace)] 'kill-word) (global-set-key [f3] 'next-error) +(global-set-key [f5] 'diff-apply-hunk) ;; M-j for jump to function definition (global-set-key [(meta j)] 'textmate-goto-symbol)