changeset 46:cbc4cf1f50b5

Add gud key to stop job
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Mon, 05 Sep 2011 11:49:11 -0500
parents a340e236959a
children 9f518d21ee99
files dotemacs.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/dotemacs.el
+++ b/dotemacs.el
@@ -137,6 +137,8 @@
 (global-set-key (kbd "M-<RET>") 'gud-cont)
 (global-unset-key (kbd "C-x <DEL>"))
 (global-set-key (kbd "C-x <DEL>") '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")