Use ctl-x-map to bind C-x SPC.
This commit is contained in:
parent
dad1bbe256
commit
16776e8d91
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@
|
|||
"Prefix of all GUD commands valid in C buffers.")
|
||||
|
||||
(global-set-key (concat gud-key-prefix "\C-l") 'gud-refresh)
|
||||
(global-set-key "\C-x " 'gud-break) ;; backward compatibility hack
|
||||
(define-key ctl-x-map " " 'gud-break) ;; backward compatibility hack
|
||||
|
||||
;; ======================================================================
|
||||
;; the overloading mechanism
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue