From b80d36f5a09490c789563638906cdeac115ff841 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sat, 2 Jan 2021 15:35:47 -0600 Subject: Add back early-init.el There are a few functions that really speed up init when placed in early-init.el, so I put them back in there. Cf. doom-emacs’ early-init for details. --- early-init.el | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 early-init.el (limited to 'early-init.el') diff --git a/early-init.el b/early-init.el new file mode 100644 index 0000000..7c9c81c --- /dev/null +++ b/early-init.el @@ -0,0 +1,5 @@ +;; I use `straight.el' instead of `package.el'. +(setq package-enable-at-startup nil) + +;; Don't resize the frame when loading fonts +(setq frame-inhibit-implied-resize t) -- cgit 1.4.1-21-gabe81