From 4e3dd882eaab8f045dc0a54a274fff5dc85b6e12 Mon Sep 17 00:00:00 2001 From: Kat Huang Date: Mon, 21 Aug 2023 15:26:16 -0600 Subject: [PATCH] [Emacs] Suppress warnings on startup --- dotfiles/emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index c96301ed..f13693cf 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -12,6 +12,7 @@ (load bootstrap-file nil 'nomessage)) (setq native-comp-deferred-compilation-deny-list nil) +(setq warning-minimum-level :emergency) ;; This is a workaround for an issue in emacs28 with symlinks. See https://github.com/radian-software/straight.el/issues/701 (defun my-patch-package-find-file-visit-truename (oldfun &rest r)