mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-08 13:30:47 -05:00
Disable native comp warnings
This commit is contained in:
parent
ad3dc5d3a9
commit
512947e3d8
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@
|
|||
;; Disable package.el (interferes with straight.el)
|
||||
(setq package-enable-at-startup nil)
|
||||
|
||||
;; Disable native comp warnings
|
||||
(setq native-comp-async-report-warnings-errors nil)
|
||||
|
||||
;; Disable startup message
|
||||
(setq inhibit-startup-message t)
|
||||
|
||||
|
|
Loading…
Reference in a new issue