From ae5eba8f87fbb5b30ea7185e8ab8825378b60d29 Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Sun, 25 Dec 2022 21:50:27 +0000 Subject: [PATCH] chore: re-add warning messages --- init.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/init.el b/init.el index 47c4032..c379061 100644 --- a/init.el +++ b/init.el @@ -41,9 +41,6 @@ ;; Always make sure packages are installed to the system (setq use-package-always-ensure t) -;; Disable unnecessary warnings -(setq warning-minimum-level :emergency) - ;; Add external e-lisp files to the load-path (add-to-list 'load-path (concat user-emacs-directory (convert-standard-filename "lisp/")))