mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-16 03:00:08 +00:00
[emacs] Enable use-package verbosity
Logs package loading to the *Messages* buffer. Shows packages that are taking a long time (>0.1s) to load & configure.
This commit is contained in:
parent
564c92cf21
commit
141c63f24d
1 changed files with 3 additions and 1 deletions
|
@ -11,7 +11,9 @@
|
|||
(package-install 'use-package)
|
||||
(package-initialize)))
|
||||
|
||||
(require 'use-package)
|
||||
(eval-and-compile
|
||||
(defvar use-package-verbose t)
|
||||
(require 'use-package))
|
||||
|
||||
(use-package org
|
||||
:ensure org-plus-contrib)
|
||||
|
|
Loading…
Reference in a new issue