Don't disable suspend-frame command
This commit is contained in:
parent
e5764cebcc
commit
27c84a4a31
7
init.el
7
init.el
|
@ -6,15 +6,12 @@
|
||||||
;; 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"))
|
||||||
|
|
||||||
(setq custom-file (locate-user-emacs-file "custom.el"))
|
(setq custom-file (locate-user-emacs-file "custom.el"))
|
||||||
(when (and custom-file (file-exists-p custom-file))
|
(when (and custom-file
|
||||||
|
(file-exists-p custom-file))
|
||||||
(load custom-file nil 'nomessage))
|
(load custom-file nil 'nomessage))
|
||||||
|
|
||||||
(set-default-coding-systems 'utf-8)
|
(set-default-coding-systems 'utf-8)
|
||||||
|
|
Loading…
Reference in a new issue