diff options
Diffstat (limited to 'early-init.el')
| -rw-r--r-- | early-init.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/early-init.el b/early-init.el index 803ddf24..23e2bd8e 100644 --- a/early-init.el +++ b/early-init.el @@ -1,4 +1,4 @@ -;;; early-init.el --- Emacs Early Init -*- lexical-binding: t; -*- +;;; early-init.el --- Emacs Early Init -*- no-byte-compile: t; lexical-binding: t; -*- ;;; Commentary: @@ -57,9 +57,6 @@ ;; --------------------------- Warning Notifications --------------------------- -;; log warnings, but don't popup the warnings buffer -(setq native-comp-async-report-warnings-errors 'silent) - ;; skip warnings but notify me about errors (setq warning-minimum-level :error) @@ -172,6 +169,9 @@ early-init.el.") ;; always ensure package installation (setq use-package-always-ensure t) +;; turn on for use-package debugging +;; (setq use-package-verbose t) + ;; ---------------------------------- Unicode ---------------------------------- ;; unicode all the things |
