emacs: turn off use-package-verbose

This commit is contained in:
Pavel Korytov 2024-04-06 17:02:40 +03:00
parent 8983492028
commit eb9afec852
2 changed files with 2 additions and 2 deletions

View file

@ -47,7 +47,7 @@
gcs-done)
(setq my/emacs-started t)))
(setq use-package-verbose t)
(setq use-package-verbose nil)
(setq gc-cons-threshold 80000000)
(setq read-process-output-max (* 1024 1024))

View file

@ -176,7 +176,7 @@ A small function to print out the loading time and number of GCs during the load
Set the following to =t= to print debug information during the startup. This will include the order in which the packages are loaded and the loading time of individual packages.
#+begin_src emacs-lisp
(setq use-package-verbose t)
(setq use-package-verbose nil)
#+end_src
*** Garbage collection