From 806c7b1053fccc3546a5302d8655439051a25b93 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Fri, 7 Apr 2023 12:10:02 +0200 Subject: [PATCH] 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. --- init.el | 4 ---- 1 file changed, 4 deletions(-) diff --git a/init.el b/init.el index 225d3fc..3b8aaa3 100644 --- a/init.el +++ b/init.el @@ -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