emacs/early-init.el

9 lines
205 B
EmacsLisp
Raw Normal View History

(setq native-comp-speed -1)
2022-11-25 23:05:07 +00:00
(setq package-enable-at-startup nil)
2022-12-13 20:03:03 +00:00
;; Anti-flashbang
(custom-set-faces
'(default ((t (:foreground "#b7c9ee" :background "#0d1017")))))
(menu-bar-mode -1)
(tool-bar-mode -1)