From eb9afec85229b458c106a96a1904e2da5ecd53cc Mon Sep 17 00:00:00 2001 From: SqrtMinusOne Date: Sat, 6 Apr 2024 17:02:40 +0300 Subject: [PATCH] emacs: turn off use-package-verbose --- .emacs.d/init.el | 2 +- Emacs.org | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index c703b7c..5ebf2b0 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -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)) diff --git a/Emacs.org b/Emacs.org index 9861ae3..cccdf34 100644 --- a/Emacs.org +++ b/Emacs.org @@ -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