summary refs log tree commit diff stats
path: root/early-init.el
blob: b5fb787bdb1598c3777d68149db6eadda5010ada (plain)
1
2
3
4
5
6
7
;; early-init.el -*- no-byte-compile: t; -*-

;; 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)