Emacs: always disable C-z
1 file changed, 1 insertion(+), 2 deletions(-)
jump to
M emacs/init.el → emacs/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)