Disable suspend-frame command/keybind

This commit is contained in:
Evie Litherland-Smith 2024-05-27 07:45:56 +01:00
parent 9208661441
commit dc6eb6b9a9

View file

@ -6,6 +6,10 @@
;; Stop popups for warning messages, keep in log buffer ;; Stop popups for warning messages, keep in log buffer
(setopt warning-minimum-level :error) (setopt warning-minimum-level :error)
;; Disable `suspend-frame' command
(put 'suspend-frame 'disabled
"Doesn't work nicely with tiling window managers (e.g. Sway)")
;; Configure packages archives with priority ;; Configure packages archives with priority
(load-file (locate-user-emacs-file "package-config.el")) (load-file (locate-user-emacs-file "package-config.el"))