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:
parent
1563dff6b2
commit
fc8e1f0b8e
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue