summaryrefslogtreecommitdiff
path: root/early-init.el
diff options
context:
space:
mode:
authorMarius Peter <marius.peter@tutanota.com>2021-09-25 18:43:21 -0700
committerMarius Peter <marius.peter@tutanota.com>2021-09-25 18:43:21 -0700
commitbdb034d77acda5cd4c077ab650fe111a29136cdb (patch)
tree0d34898cb1e2c558ab1e071c5b519fe83965c0da /early-init.el
parent09925eff923922939398d5b91af6f43435d42c97 (diff)
Make prettier.
Diffstat (limited to 'early-init.el')
-rw-r--r--early-init.el11
1 files changed, 11 insertions, 0 deletions
diff --git a/early-init.el b/early-init.el
index 137638d..d841996 100644
--- a/early-init.el
+++ b/early-init.el
@@ -1,4 +1,15 @@
+;; These settings ensure Emacs does not flicker during early setup.
+
(menu-bar-mode -1)
(tool-bar-mode -1)
+(scroll-bar-mode -1)
(menu-bar-bottom-and-right-window-divider)
(setq gc-cons-threshold 100000000)
+
+(provide 'early-init)
+
+;;; early-init.el ends here
+
+;; Local Variables:
+;; mode: emacs-lisp
+;; End:
Copyright 2019--2024 Marius PETER