Straight.el: enable flycheck fix; disable use-package messages

This commit is contained in:
MitchMarq42 2022-08-11 06:24:12 -08:00
parent 052801c209
commit 258eab7edb

View File

@ -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)