# HG changeset patch # User Augie Fackler # Date 1238418588 18000 # Node ID 5c25d3dc29abc72bd9d5e6eadcf6e47883577df1 # Parent f743e87cc3cff8fd0c304d17d50f521165365136 A couple more keybindings for emacs. diff --git a/.emacs b/.emacs --- a/.emacs +++ b/.emacs @@ -132,3 +132,5 @@ point." ; M-t is what I want for the textmate file finding (global-set-key [(meta t)] 'textmate-goto-file) (global-set-key [(meta z)] 'textmate-find-in-project-type) +(global-set-key [(meta m)] 'iconify-or-deiconify-frame) +(global-set-key [(control backspace)] 'kill-word)