feat: disable warning messages
This commit is contained in:
parent
e6d8bd355d
commit
42c2a35eae
1 changed files with 1 additions and 1 deletions
2
init.el
2
init.el
|
@ -42,7 +42,7 @@
|
|||
(setq use-package-always-ensure t)
|
||||
|
||||
;; Disable unnecessary warnings
|
||||
;; (setq warning-minimum-level :emergency)
|
||||
(setq warning-minimum-level :emergency)
|
||||
|
||||
;; Add external e-lisp files to the load-path
|
||||
(add-to-list 'load-path (concat user-emacs-directory
|
||||
|
|
Reference in a new issue