summary refs log tree commit diff stats
path: root/early-init.el
blob: fc1961856e4380494decb65d8b38f7ee80b23de7 (plain)
1
2
3
4
5
6
7
8
9
;; 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)
;; Resize frame by pixels
(setq frame-resize-pixelwise t)