Disable suspend-frame command/keybind
This commit is contained in:
parent
9208661441
commit
dc6eb6b9a9
4
init.el
4
init.el
|
@ -6,6 +6,10 @@
|
|||
;; Stop popups for warning messages, keep in log buffer
|
||||
(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
|
||||
(load-file (locate-user-emacs-file "package-config.el"))
|
||||
|
||||
|
|
Loading…
Reference in a new issue