Disable suspend-frame again

This commit is contained in:
Evie Litherland-Smith 2024-07-07 08:48:12 +01:00
parent 8ad1519eee
commit 4c104e8315

View file

@ -12,6 +12,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, and list of installed ;; Configure packages archives, with priority, and list of installed
;; packages ;; packages
(load-file (locate-user-emacs-file "lib/my-packages.el")) (load-file (locate-user-emacs-file "lib/my-packages.el"))