all repos — nixfiles @ d46e831026aeff0f6577edab0a3accfbecc68d0b

System and user configuration, managed by nix and home-manager

Emacs: always disable C-z
Alan Pearce alan@alanpearce.co.uk
Mon, 27 May 2013 14:32:28 +0100
commit

d46e831026aeff0f6577edab0a3accfbecc68d0b

parent

298e9d8b43006588d3a4f1ecbcfaf48d9df42af0

1 files changed, 1 insertions(+), 2 deletions(-)

jump to
M emacs/init.elemacs/init.el
@@ -438,8 +438,7 @@ (bind-key "<f7>" #'kmacro-end-or-call-macro) 
 (bind-key "<apps>" #'execute-extended-command)
 
-(if (display-graphic-p)
-    (unbind-key "C-z"))
+(unbind-key "C-z")
 (bind-key "C-<tab>" #'other-window)
 
 (bind-key "C-x C-r" #'revert-buffer)