From c2413e041d9d62f17cfb12053752e87ae7cf2207 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Wed, 21 Feb 2024 23:46:56 +0200 Subject: emacs: Make sure C-z is disabled :) --- .emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.emacs.d') diff --git a/.emacs.d/init.el b/.emacs.d/init.el index f8f37b2..4310b48 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -44,7 +44,7 @@ (define-key global-map (kbd "M-") 'backward-kill-sexp) (define-key global-map (kbd "C-c L") 'display-line-numbers-mode) - +(define-key global-map (kbd "C-z") 'nil) (add-to-list 'load-path "~/.emacs.d/modules") (setf disabled-command-function nil ;; Enable all commands -- cgit v1.2.3