]> code.delx.au - dotemacs/commitdiff
disable suspend
authorJames Bunton <jamesbunton@delx.net.au>
Wed, 27 Jul 2016 23:28:52 +0000 (09:28 +1000)
committerJames Bunton <jamesbunton@delx.net.au>
Wed, 27 Jul 2016 23:37:46 +0000 (09:37 +1000)
lisp/my-keys.el

index 29c9f1e2c2ec4882e94c6cc6837e4923e60d14ff..39b68dccd2d7503347d5fe012a968e7bfd0a9409 100644 (file)
@@ -2,6 +2,7 @@
 
 ;; Disable suspend-frame, it's annoying
 (global-set-key (kbd "C-z") nil)
+(global-set-key (kbd "C-x C-z") nil)
 
 ;; General commands
 (global-set-key (kbd "M-x") 'counsel-M-x)