aboutsummaryrefslogtreecommitdiff
path: root/early-init.el
diff options
context:
space:
mode:
authorazureazure <azureazure@disroot.org>2026-01-13 13:36:22 +0100
committerazureazure <azureazure@disroot.org>2026-01-13 13:36:22 +0100
commit9b12e04f4e880b7936dad61be41de39ea9381f49 (patch)
treef8120e4d295b92a8adf19f42b2a8f5dd9aea3005 /early-init.el
downloaddotemacs-9b12e04f4e880b7936dad61be41de39ea9381f49.tar.gz
upload everything
Diffstat (limited to 'early-init.el')
-rw-r--r--early-init.el10
1 files changed, 10 insertions, 0 deletions
diff --git a/early-init.el b/early-init.el
new file mode 100644
index 0000000..c62f7e7
--- /dev/null
+++ b/early-init.el
@@ -0,0 +1,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")))