chore: re-add warning messages
This commit is contained in:
parent
42c2a35eae
commit
ae5eba8f87
3
init.el
3
init.el
|
@ -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/")))
|
||||||
|
|
Reference in a new issue