Prevent flashbang on emacs startup

This commit is contained in:
outfoxxed 2022-12-13 12:03:03 -08:00
parent 2718aa028a
commit e87e53447f
Signed by: outfoxxed
GPG Key ID: 4C88A185FB89301E
1 changed files with 6 additions and 0 deletions

View File

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