blob: 4024755aecc511cda316918e30eb84ce14c3aced (
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 . "Comic Mono-12:style=Normal")))
|