aboutsummaryrefslogtreecommitdiff
path: root/early-init.el
blob: c62f7e74b48391322d2531a5a2db7786c2c78e70 (plain)
1
2
3
4
5
6
7
8
9
10
(setq gc-cons-threshold 10000000)
(setq byte-compile-warnings '(not obsolete))
(setq warning-suppress-log-types '((comp) (bytecomp)))
(setq native-comp-async-report-warnings-errors 'silent)

(setq frame-resize-pixelwise t)
(tool-bar-mode -1)
(setq default-frame-alist '((vertical-scroll-bars . nil)
			    (horizontal-scroll-bars . nil)
			    (font . "monospace-12")))