1
0
Fork 0

fix(emacs): use keymap-global-unset instead of global-unset-key

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-01-29 12:55:21 -05:00
parent 1563dff6b2
commit fc8e1f0b8e
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -134,8 +134,8 @@
(fset 'yes-or-no-p 'y-or-n-p)
;; Disable suspend state
(global-unset-key (kbd "C-z"))
(global-unset-key (kbd "C-x C-z"))
(keymap-global-unset "C-z")
(keymap-global-unset "C-x C-z")
;; emacs-nativecomp
(setq native-comp-async-report-warnings-errors nil)