Do not suppress undo and discard warnings

Warnings are now displayed in a side buffer, so suppressing warnings because
they are annoying is no longer a valid rationale.
This commit is contained in:
Daniel - 2023-04-07 12:10:02 +02:00
parent 347a3bf08d
commit 806c7b1053
Signed by: dbo
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 0 additions and 4 deletions

View File

@ -519,10 +519,6 @@
:config (progn
(tab-bar-history-mode +1)))
(use-package warnings
:config (cl-pushnew '(undo discard-info) warning-suppress-types
:test #'equal))
(use-package window
:init (setq switch-to-buffer-obey-display-actions t
switch-to-buffer-in-dedicated-window 'pop