summaryrefslogtreecommitdiff
path: root/.emacs.d/early-init.el
blob: 3b52cf2e2962696f611bd8ccb05bd8f441298aa7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
(setq gc-cons-threshold 10000000)
(setq default-frame-alist
      '((ns-appearance . dark)
        (ns-transparent-titlebar . t)))
(setopt frame-inhibit-implied-resize t)
(setopt  frame-resize-pixelwise t)
(setq byte-compile-warnings '(not obsolete))
(setq warning-suppress-log-types '((comp) (bytecomp)))
(setq native-comp-async-report-warnings-errors 'silent)

(tool-bar-mode -1)
(menu-bar-mode t)