# HG changeset patch # User Jordi GutiƩrrez Hermoso # Date 1315241351 18000 # Node ID cbc4cf1f50b542d05dbccdaf486b2996f04fa8df # Parent a340e236959a07263bcdb4bdbbfc115bb437932f Add gud key to stop job diff --git a/dotemacs.el b/dotemacs.el --- a/dotemacs.el +++ b/dotemacs.el @@ -137,6 +137,8 @@ (global-set-key (kbd "M-") 'gud-cont) (global-unset-key (kbd "C-x ")) (global-set-key (kbd "C-x ") 'gud-remove) +(global-unset-key (kbd "C-x C-z")) +(global-set-key (kbd "C-x C-z") 'gud-stop-subjob) ;; Only killing the current buffer is useful (thanks to madpickle of #emacs) (global-set-key (kbd "C-x k")