diff --git a/early-init.el b/early-init.el index 7c9f281..4ba7493 100644 --- a/early-init.el +++ b/early-init.el @@ -1,2 +1,8 @@ (setq native-comp-speed -1) (setq package-enable-at-startup nil) + +;; Anti-flashbang +(custom-set-faces + '(default ((t (:foreground "#b7c9ee" :background "#0d1017"))))) +(menu-bar-mode -1) +(tool-bar-mode -1)