changeset 65:5c25d3dc29ab

A couple more keybindings for emacs.
author Augie Fackler <durin42@gmail.com>
date Mon, 30 Mar 2009 08:09:48 -0500
parents f743e87cc3cf
children 31a11febd751
files .emacs
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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)