summary refs log tree commit diff stats
path: root/emacs/init.el
diff options
context:
space:
mode:
authorAlan Pearce2013-05-27 14:32:28 +0100
committerAlan Pearce2013-05-27 14:32:28 +0100
commitd46e831026aeff0f6577edab0a3accfbecc68d0b (patch)
treeff014e908d30f62f27c03c1d875674042ae911f3 /emacs/init.el
parent298e9d8b43006588d3a4f1ecbcfaf48d9df42af0 (diff)
downloaddotfiles-d46e831026aeff0f6577edab0a3accfbecc68d0b.tar.lz
dotfiles-d46e831026aeff0f6577edab0a3accfbecc68d0b.tar.zst
dotfiles-d46e831026aeff0f6577edab0a3accfbecc68d0b.zip
Emacs: always disable C-z
Diffstat (limited to 'emacs/init.el')
-rw-r--r--emacs/init.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 7dc6e42..033ab4e 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -438,8 +438,7 @@ Values: `desktop', `server', `laptop'")
 
 (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)