mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +03:00
emacs: turn off use-package-verbose
This commit is contained in:
parent
8983492028
commit
eb9afec852
2 changed files with 2 additions and 2 deletions
|
|
@ -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))
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue