Disable suspend-frame again
This commit is contained in:
parent
8ad1519eee
commit
4c104e8315
4
init.el
4
init.el
|
@ -12,6 +12,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, and list of installed
|
||||
;; packages
|
||||
(load-file (locate-user-emacs-file "lib/my-packages.el"))
|
||||
|
|
Loading…
Reference in a new issue