From 258eab7edbe6f576e30e6cfe2f552b20d4a7501a Mon Sep 17 00:00:00 2001 From: MitchMarq42 Date: Thu, 11 Aug 2022 06:24:12 -0800 Subject: [PATCH] Straight.el: enable flycheck fix; disable use-package messages --- early-init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/early-init.el b/early-init.el index 8a4363d..bbbf491 100644 --- a/early-init.el +++ b/early-init.el @@ -25,7 +25,8 @@ instead of the banal ;; Disable package.el so we can use straight (setq package-enable-at-startup nil) -(defvar use-package-verbose t) +(defvar use-package-verbose nil) +(defvar straight-fix-flycheck t) ;; Hide default dashboard (defvar inhibit-startup-messages t)