chore: re-add warning messages

This commit is contained in:
Muhammad Nauman Raza 2022-12-25 21:50:27 +00:00
parent 42c2a35eae
commit ae5eba8f87
No known key found for this signature in database
GPG key ID: 62D07698363B5010

View file

@ -41,9 +41,6 @@
;; Always make sure packages are installed to the system ;; Always make sure packages are installed to the system
(setq use-package-always-ensure t) (setq use-package-always-ensure t)
;; Disable unnecessary warnings
(setq warning-minimum-level :emergency)
;; Add external e-lisp files to the load-path ;; Add external e-lisp files to the load-path
(add-to-list 'load-path (concat user-emacs-directory (add-to-list 'load-path (concat user-emacs-directory
(convert-standard-filename "lisp/"))) (convert-standard-filename "lisp/")))