emacs/early-init.el

9 lines
205 B
EmacsLisp

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