diff --git a/early-init.el b/early-init.el index 384d208..26028d4 100644 --- a/early-init.el +++ b/early-init.el @@ -1,2 +1,3 @@ ;; Disable package.el in favor of straight.el (setq package-enable-at-startup nil) +(setq byte-compile-warnings '(cl-functions))