summary refs log tree commit diff stats
path: root/early-init.el
blob: 7c9c81c4dc40be69f1c39e0547b1fd8dea95aef5 (plain)
1
2
3
4
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)