Prevent flashbang on emacs startup
This commit is contained in:
parent
2718aa028a
commit
e87e53447f
1 changed files with 6 additions and 0 deletions
|
@ -1,2 +1,8 @@
|
||||||
(setq native-comp-speed -1)
|
(setq native-comp-speed -1)
|
||||||
(setq package-enable-at-startup nil)
|
(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…
Add table
Add a link
Reference in a new issue