blob: 35f3ace888867a33072a494f82688ae69c5570e4 (
plain)
1
2
3
4
5
6
7
8
9
|
(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")))
|