blob: 5c31b9027ce19cbb210c2c79236dd3bba758c07f (
plain)
1
2
3
4
5
6
7
|
(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)
(setq default-frame-alist '((horizontal-scroll-bars . nil)
(font . "monospace-12")))
|