Mercurial > dotfiles
changeset 168:efe94205bf07
emacs: bind f3 to next-error
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Wed, 16 Dec 2009 10:30:15 -0600 |
parents | f485c32913cd |
children | 040ac89ffe1e |
files | .elisp/settings/90.keybindings.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/.elisp/settings/90.keybindings.el +++ b/.elisp/settings/90.keybindings.el @@ -18,6 +18,8 @@ (global-set-key [(meta m)] 'iconify-or-deiconify-frame) (global-set-key [(control backspace)] 'kill-word) +(global-set-key [f3] 'next-error) + ;; M-j for jump to function definition (global-set-key [(meta j)] 'textmate-goto-symbol)