Prevent flashbang on emacs startup
This commit is contained in:
parent
2718aa028a
commit
e87e53447f
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue