Unset C-z et. al

This commit is contained in:
Rawley
2023-09-25 19:23:26 -06:00
committed by GitHub
parent 432469a015
commit f9acf40d46

View File

@@ -38,6 +38,12 @@
(when (eq system-type 'darwin)
(setq ns-function-modifier 'control))
(when (display-graphic-p)
(global-unset-key (kbd "C-z"))
(global-unset-key (kbd "C-x C-z")))
(global-set-key (kbd "M-o") #'other-window)
(require 'package)
;; Add melpa to your packages repositories