feat: warning minimum level raise
This commit is contained in:
parent
a9306de64f
commit
f77fc59636
1 changed files with 3 additions and 0 deletions
3
init.el
3
init.el
|
@ -23,6 +23,9 @@
|
|||
;; Emacs 30 with straight.el
|
||||
(setq straight-repository-branch "develop")
|
||||
|
||||
;; Ignore warnings
|
||||
(setq warning-minimum-level :error)
|
||||
|
||||
;; Straight.el bootstrap
|
||||
(defvar bootstrap-version)
|
||||
(let ((bootstrap-file
|
||||
|
|
Reference in a new issue